Closed emi-emi671 closed 8 months ago
Yes. But need some configurations, below are my configurations.
<Tomcat Home>/conf/server.xml
for the Tomcat server you selected.
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true"
compression="on"
compressableMimeType="text/html,text/json,application/json,text/xml,text/plain,application/javascript,text/css,text/javascript,text/js"
useSendfile="false"
compressionMinSize="500"
>
<!--<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />-->
<SSLHostConfig>
<Certificate certificateKeyFile="/path/to/localhost+3-key.pem"
certificateFile="/path/to/localhost+3.pem"
type="RSA" />
</SSLHostConfig>
</Connector>
Thanks for sharing this, it seems to be working now after adding Connector port="8443" in server.xml.
Glad it works for you. Closing.
Is this plugin support running the server over https?