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" />
?
?