首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

SSL received a record that exceeded the maximum permissible length

2012-09-14 
SSL received a record that exceeded the maximum permissible length.发生SSL received a record that e

SSL received a record that exceeded the maximum permissible length.

发生SSL received a record that exceeded the maximum permissible length.这个错误。

?

可以查看一下tomcat的conf下server.xml文件的端口是否与其他的软件(skype)端口冲突。

??? <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
?????????????? maxThreads="150" scheme="https" secure="true"
?????????????? clientAuth="false" sslProtocol="TLS" />

?

?

热点排行