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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to