令人困惑的SSL证书错误 - 是否允许端口号?

uor*_*001 3 ssl ssl-certificate ios internet-explorer-9

我在使用iOS safari访问我们的网站时遇到错误,我设法在safari上使用远程调试器找到错误,这似乎说SSL证书是错误的,但错误非常混乱:

[Error] Failed to load resource: The certificate for this server is invalid. 
You might be connecting to a server https://myserver.mydomain.com:36000/something that is pretending to be “myserver.mydomain.com” 
which could put your confidential information at risk. (connect, line 0)
Run Code Online (Sandbox Code Playgroud)

有谁知道问题可能是什么?我最好的猜测是url上的端口可能是问题,但据我所知它应该是有效的.

我没有在我测试的任何其他浏览器上得到此错误,虽然IE9上有一个错误,我认为可能是同样的问题,因为它似乎是在触及相同的URL时触发,但是没有有用的信息:

Error: Access is denied.
undefined
Run Code Online (Sandbox Code Playgroud)

(我在IE9上没有启用"跨域访问数据源"选项,因此它可能没有关联)

任何线索如何调试这个?

Ant*_*yer 5

您缺少证书链中的CA证书.确保它在文件中并按正确的顺序排列.