This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Implement SSL in Jboss-6.1.0.Finalfabrizio.benedetti Mar 19, 2012 12:07 PM (in response to mohancbe)I don't think you need to edit conf/security.xml. You should simply access your app with url https://host:8443/yourapp/. To be redirected, you should set redirectPort="8443" in HTTP Connector. Regards /Fabrizio 
- 
        2. Re: Implement SSL in Jboss-6.1.0.Finalmohancbe Mar 19, 2012 1:19 PM (in response to fabrizio.benedetti)Hi Initially I haven't updated security.xml and some fourm suggested to do same (it may be required for older version application server, But I am not sure) Now I found the mistake with help of your post. I was accessing wrong port number. I was accessing 8080 instead of 8443. Now it is working fine. Thanks for your response. Regards Mohan 
 
    