在按照一些文檔配置了SSL后,在本地測試,成功通過。
但是在別的機子上訪問時總是報錯:
網(wǎng)絡(luò)訪問消息: 無法顯示此頁
技術(shù)信息(供支持人員使用)
錯誤代碼: 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]
服務(wù)器: isa-srv.xxxx.com
其中的IP地址是我們公司代理的地址,服務(wù)器是公司代理服務(wù)器。
在網(wǎng)上沒有找到解決方法,經(jīng)過分析錯誤信息,發(fā)現(xiàn)很多實用443端口而不是tomcat的8443端口來訪問SSL網(wǎng)址,修改了tomcat下的server.xml文件,果然問題解決。
但是在別的機子上訪問時總是報錯:
網(wǎng)絡(luò)訪問消息: 無法顯示此頁
技術(shù)信息(供支持人員使用)
錯誤代碼: 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]
服務(wù)器: isa-srv.xxxx.com
其中的IP地址是我們公司代理的地址,服務(wù)器是公司代理服務(wù)器。
在網(wǎng)上沒有找到解決方法,經(jīng)過分析錯誤信息,發(fā)現(xiàn)很多實用443端口而不是tomcat的8443端口來訪問SSL網(wǎng)址,修改了tomcat下的server.xml文件,果然問題解決。