transport-guarantee set to CONFIDENTIAL does not work for EAP 6
Issue
- Adding transport-guarantee in web.xml does not redirect to the default https port (8443) rather redirects to (standard https port 443) and the browser displays "Unable to connect".
- I have configured as below to redirect all http request to https . but this is not working . so please suggest the required changes :-
subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" redirect-port="443"/>
<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">
...
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.0.1
- 6.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.