SSL/TLS is enabled by default on Payara Server's default domain1, with a secure listener (http-listener-2) active on port 8181 using a self-signed certificate.
You can disable TLS 1.1 and TLS 1.0 by running the following asadmin commands.
asadmin set configs.config.server-config.network-config.protocols.protocol.http-listener-2.ssl.tls-enabled=false
asadmin set configs.config.server-config.network-config.protocols.protocol.http-listener-2.ssl.tls11-enabled=false
If you have other HTTPS listeners configured in addition to the default, replace http-listener-2 with the name of your HTTPS listener, and server-config with the name of your configuration (e.g., default-config).
Add Comment
Comments
Please sign in to leave a comment.