到目前为止,我尝试配置 Jira 以通过 SSL 工作,但尚未成功。我已按照以下步骤操作:https://confluence.atlassian.com/jira/running-jira-over-ssl-or-https-124008.html
我的证书似乎正在起作用(尽管是自签名的)。
openssl s_client -showcerts -connect flokkstudios.com:8443
给出了适当的证书结果。
然而,当我尝试curl flokkstudios.com:8443
使用 Firefox 浏览 url/端口时,我看到了奇怪的符号。
有人知道发生了什么事以及我该怎么做才能解决这个问题吗?
答案1
尝试这个:
当使用非标准 https 端口(如 8443)时,需要在 URL 中添加 https。否则浏览器会认为这是 http 流量,未加密,因此直接显示加密内容,从而导致出现这些奇怪的字符。