Does Glassfish v4 support SSL SNI? -


i'd provide webhosting service on vps running glassfish v4. means many domains 1 shared ip address of vps. know there problems ssl certificates of many domains 1 ip , sni extension may solve problem (right?). question is, whether glassfish supports this.

thanks

according glassfish 4 security guide, https://glassfish.java.net/docs/4.0/security-guide.pdf, there not support sni. however, it's bad practice imo (though still debated many), expose glassfish directly internet.

i solve problem running apache server mod_ajp_proxy, connected jk-listener on glassfish.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -