Question : Jboss 5 SSL issue

Hi,

We have a simple war file deployed on Jboss 5.
It runs on default configuration.

The issue is that when i switch from HTTP page to HTTPS page, it is not able to connect and throws "Data transfer interrupted". From the failed URL, i can see that it tries to connect to 8443 when i had configured for 443.

When i alter the URL in the browser to point to 443 for the same HTTPs url, it works.

Please help

Thanks
Ranjith
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
Server.xml code block :
 
Code:
 
      
      
 
      
 
      
      
 
      
      

Answer : Jboss 5 SSL issue

If you have not already solved this problem, I found this page of someone setting up a similar SSL on JBoss:
http://i-proving.ca/space/Technologies/JBoss/Configuring+JBoss+SSL

I compared his server.xml connector for 443 with yours, and while they're different, it isn't clear to me why yours wouldn't work the way you want it to.

However, I would take out all references to 8443 in server.xml and any underlying context.xml files, if you have any -- in the snippet you posted, there's one reference, although I wouldn't expect it to affect normal user access.

Also -- you need to change your keystore password now, so make sure to do that.
Random Solutions  
 
programming4us programming4us