在按照一些文档配置了SSL后,在本地测试,成功通过。
但是在别的机子上访问时总是报错:
网络访问消息: 无法显示此页
技术信息(供支持人员使用)
错误代码: 502 Proxy Error。The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. (12204)
IP 地址: xxx.xx.xxx.xx
日期: 2010-1-13 4:35:17 [GMT]
服务器: isa-srv.xxxx.com
其中的IP地址是我们公司代理的地址,服务器是公司代理服务器。
在网上没有找到解决方法,经过分析错误信息,发现很多实用443端口而不是tomcat的8443端口来访问SSL网址,修改了tomcat下的server.xml文件,果然问题解决。