Anyone happen to know where in the server.xml file the attributes go for clientAuth and sslEnabledProtocols? I'm running Tomcat 10. Seems like I tried putting them under everything (Connector, SSLHostConfig, Certificate) but still get the warning in the logs: failed to set property. Thanks,Chris On Thursday, August 5, 2021, 03:37:54 PM EDT, Peter Kreuser <l...@kreuser.name> wrote: Chris,
> Am 05.08.2021 um 18:32 schrieb Rob Sargent <rsarg...@xmission.com>: > > >> Caused by: java.lang.IllegalArgumentException: No SSLHostConfig >>element was found with the hostName [_default_] to match the >>defaultSSLHostConfigName for the connector [https-jsse-nio-9443] >> > The ssl-Options are not attributes on the connector, but the SSLHostConfig http://tomcat.apache.org/tomcat-10.0-doc/config/http.html#Common_Attributes http://tomcat.apache.org/tomcat-10.0-doc/config/http.html#SSL_Support Peter > Isn’t that the real issue? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org >