This content has been marked as final.
Show 3 replies
-
1. Re: sslv3 disable issues in jboss web 5.1.0.GA
jfclere Jan 15, 2015 8:35 AM (in response to aparvatham)try protocols or sslProtocols instead sslProtocol
-
2. Re: sslv3 disable issues in jboss web 5.1.0.GA
aparvatham Jan 15, 2015 10:58 AM (in response to jfclere)Thanks for your response. I tried both sslProtocols, protocols but there is no difference. sslv3 is still not disabled.
-
3. Re: sslv3 disable issues in jboss web 5.1.0.GA
mitsenthil Jan 21, 2015 1:43 PM (in response to jfclere)Hi Jean,
I tried adding the below config in jboss-log4j.xml for debugging the url rewrite, but it doesnt log information related to redirect.
<category name="org.jboss.web">
<priority value="DEBUG"/>
</category>
Can you please guide me on how to debug the url rewrite using the rewrite.properties.