java - If I make my login page use 'https' in Spring, how do I avoid Error 102 (net::ERR_CONNECTION_REFUSED)? -


the homepage spring mvc 3.0 app is:

http://localhost:8080/ 

if make login page use https:

https://localhost:8443/login 

i error when try navigate login page:

error 102 (net::err_connection_refused): unknown error. 

what's correct way configure spring app doesn't happen?

are sure server listening port 8443? check wit following command

netstat 

what results in list of active connections

proto local adres externnal adres status   

tcp pc04566:1040 localhost:1041 established


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -