TLS support missing ?
A tool for web developpers, to get rid of HTML upload limitation
Brought to you by:
etienne_sf
Hey,
is it possible, that Jupload cannot handle tls connections ?
Using Jupload build 5.0.8 on Apache Tomcat 7.
Anything worked fine, since we updated our tomcat config to disable ssl3 support in order to fix the poodle bug.
For that reason, we added following lines to our server config:
sslEnabledProtocols="TLSv1"
ciphers="TLS_RSA_WITH_AES_128_CBC_SHA"
But this enforcement yields jupload not being loaded, failing with the class not found exception, due to ssl handshake error.
Any chances to fix this, as we cannot use ssl3 protocol anymore due to poodle attack.
Anonymous
For all people, who are interested in this: It was not a problem in Jupload. It seems that my installed java version on client (java 8, java 7 plugin FF) didnt configured to be able to use TLS. After setting Java to enable TLS1 - TLSv1.2 everything works fine.