[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5 SSL

venuwin do-not-reply at jboss.com
Tue Jan 13 07:48:34 EST 2009


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.

Server.xml code block:


  |       <!-- A HTTP/1.1 Connector on port 8080 -->
  |       <Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}" 
  |                connectionTimeout="20000" redirectPort="443" />
  | 
  |       <!-- Add this option to the connector to avoid problems with 
  |           .NET clients that don't implement HTTP/1.1 correctly 
  |          restrictedUserAgents="^.*MS Web Services Client Protocol 1.1.4322.*$"
  |       -->
  | 
  |       <!-- A AJP 1.3 Connector on port 8009 -->
  |       <Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
  |          redirectPort="8443" />
  | 
  |       <!-- SSL/TLS Connector configuration using the admin devl guide keystore-->
  |       <Connector protocol="HTTP/1.1" SSLEnabled="true" 
  |            port="443" address="${jboss.bind.address}"
  |            scheme="https" secure="true" clientAuth="false" 
  |            keystoreFile="/mnt/opt/jboss-5.0.0.GA/server/default/conf/chap8.keystore"
  |            keystorePass="rmi+ssl" sslProtocol = "TLS" />

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

Please help

Thanks
Venu



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

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



More information about the jboss-user mailing list