GP-6426 Resolved Ghidra Server hostname check issue related to

self-signed certificate (Closes #8940)
This commit is contained in:
ghidra1
2026-02-10 12:41:23 -05:00
parent 8cf43197f0
commit 0d711eac50
2 changed files with 48 additions and 11 deletions
@@ -51,6 +51,13 @@ VMARGS=-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3
#
#VMARGS=-Djavax.net.debug=ssl
# When using Java 21.0.10 or later and connecting to an older Ghidra Server (pre-12.0.3) the following
# connection error may occur.
# ... SSLHandshakeException: (certificate_unknown) No matching <name> found
# If unable to upgrade your Ghidra Server this property setting may be uncommented to disable the
# hostname check.
#VMARGS=-Djdk.rmi.ssl.client.enableEndpointIdentification=false
# The following property will limit the number of processor cores that Ghidra
# will use for thread pools. If not specified, it will use the default number
# of processors returned from Runtime.getRuntime().getAvailableProcessors().