mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 15:55:38 +08:00
GP-6426 Resolved Ghidra Server hostname check issue related to
self-signed certificate (Closes #8940)
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user