我尝试configurationJira通过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 /端口我越来越奇怪的符号。
有没有人有一个想法是怎么回事,我可以做什么来解决它?
尝试这个:
当使用非标准的https端口(如8443)时,您需要在URL中添加https。 否则,浏览器会假设它是httpstream量,不encryption,因此会直接显示encryption内容,导致出现这些奇怪的字符。