On 03/06/2024 09:16, Adam Danischewski wrote:

Not sure why I'm getting:

Caused by: java.lang.NullPointerException: Cannot invoke
"org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because
"this.sslHostConfig" is null

You haven't configured a default SSLHostConfig.

Either use "_default_" for the host name of the SSLHostConfig you have defined or call setDefaultSSLHostConfigName("localhost") on the endpoint.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to