Unrecognized SSL message, plaintext connection

别说谁变了你拦得住时间么 提交于 2019-12-13 05:15:01

问题


I have problem in my application (HTTP) when I want to sign in via JASIG CAS that runs on HTTPS. After redirect from CAS, I get this error on my jboss application server: Unrecognized SSL message, plaintext connection? Exception In apache server I use mod_jk library. Can anybody help me with this problem?

Thank's


回答1:


The message in the exception is perfectly clear. You are using HTTPS to connect to a port that is speaking plaintext. Check the port number in the URL. Typically the port number in an https:// URL should be 443 or absent for Apache HTTPD, or possibly 8443 for Tomcat.



来源:https://stackoverflow.com/questions/18844144/unrecognized-ssl-message-plaintext-connection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!