Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Tomcat 上本地运行时,我设法让 https 正常工作,尽管 FireFox 发出警告说我已经自己签署了证书。很公平,但我不能让“ https://localhost”自己工作?是不是因为我让 SSL 在非标准端口 8443 上工作,如果我返回并将其分配给默认的 443 - 我不会遇到这个问题?
https://localhost
不确定我是否理解您的问题,但如果您使用
它隐含地与
https://localhost:443.
所以你的tomcat必须听443才能让它工作。确保您有权打开 443 并且它没有被任何其他服务阻止。