If you are using JSSE which you mentioned in earlier post, you probably can
only enable debug for all or specially one
-Djavax.net.debug=ssl:record or -Djavax.net.debug=ssl:handshake - but it
will log all sessions
You could try to register a customized SSL socket factory in JSSE, you may
extend th
Hello All,
I am just trying upgrade tomcat 7 to latest GA 8 for my application, I am
seeing quite lots of change in web dav functionality.
The org.apache.naming.resources.ProxyDirContext do not exists do anybody
know where I can find the alternative? in the past we got use resource to
lookup some
Hello Jason, Chris,
Thanks for you answer and replying.
I actually already tired that solution linked in the page
https://access.redhat.com/solutions/1232233. but it does not work at all.
Yes, this is common problem whatever the tomcat version is, SSL V3 is not
safe any more, however, newer
important thing is how I can disable SSL V3 on Tomcat 6.0.18.0?
I cannot find the solution*
Jammy
2015-01-29 22:00 GMT+08:00 Caldarale, Charles R
:
> > From: Jammy Chen [mailto:jamm...@gmail.com]
> > Subject: How-to disable SSL V3 on Tomcat 6.0.18.0
>
> > Do everybody knows
Hello team,
Do everybody knows how-to disable SSL v3 in older tomcat version, I have
tried to variety solution including sslProtocols or sslEnabledProtocols but
it both did not work well, the Firefox I am using to test is only select
TLS 1 and result is that I were not able to access the site.