【问题标题】:Can I set Tomcat SSL port other then 443 or 8443我可以设置 443 或 8443 以外的 Tomcat SSL 端口吗
【发布时间】:2020-09-16 02:32:15
【问题描述】:

我的服务器上有 Plesk,它同时使用两个端口:

#netstat -lnp | grep 443
tcp        0      0 0.0.0.0:8443            0.0.0.0:*               LISTEN      5513/sw-cp-server:  
tcp6       0      0 :::443                  :::*                    LISTEN      32660/httpd         
tcp6       0      0 :::8443                 :::*                    LISTEN      5513/sw-cp-server:  
unix  2      [ ACC ]     STREAM     LISTENING     110443   31339/dovecot        /var/run/dovecot/stats

最好的问候

【问题讨论】:

    标签: ssl tomcat


    【解决方案1】:

    是的,你可以。 http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html(顺便说一句,谷歌的第一个命中)

    【讨论】:

      猜你喜欢
      • 2019-10-08
      • 2018-04-16
      • 1970-01-01
      • 2015-06-17
      • 2013-12-06
      • 2019-04-19
      • 2017-08-28
      • 2014-01-08
      相关资源
      最近更新 更多