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

jaikiran do-not-reply at jboss.com
Fri Jan 16 07:09:58 EST 2009


Thanks, that helps understand the flow :)

And now based on your configuration:

<!-- A HTTP/1.1 Connector on port 8080 -->
  |       <Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}" 
  |                connectionTimeout="20000" redirectPort="443" />
  | 

The redirectPort here, says that if a 
anonymous wrote : 
  | redirectPort: Names the TCP/IP port number to which a request should be redirected, if it comes in on a non-SSL port, and is subject to a security constraint with a transport guarantee that requires SSL. 

So when you are moving from HTTP to HTTPS, it should have redirected to 443 instead of 8443. 

Can you post the relevant part from the console logs which shows log messages like this just when the server has started:

anonymous wrote : 17:33:03,218 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
  | 17:33:03,238 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
  | 17:33:03,259 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443
  | 17:33:03,269 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 40s:150ms
  | 

And more importantly, are you using the ServiceBindingManager to change the default port configurations which JBoss uses?

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

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



More information about the jboss-user mailing list