Hi,
I am hosting my portal on jboss and I need to configure SSL for remote users. 
I've changed localhost to my domain name, changed the SSL tomcat https 
connector to 443 , open 443 port on the firewall--with no luck

This is my server.xml

        Connector port="80" address="${jboss.bind.address}"    
         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
         emptySessionPath="true"
         enableLookups="false" redirectPort="443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true"/>
         
         
           <Connector port="443" address="${jboss.bind.address}"
           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
           emptySessionPath="true"
           scheme="https" secure="true" clientAuth="false" 
           keystoreFile="${jboss.server.home.dir}/conf/key.jks"
           keystorePass="jukcoder" sslProtocol = "TLS" /
         

any idea or suggestion, please
thank you for your time





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953840#3953840

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953840

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to