Friday 15 March 2013

java - Experiencing SSLException connecting to AWS S3 with jets3t library -



java - Experiencing SSLException connecting to AWS S3 with jets3t library -

we experiencing ssl errors when using jets3t library communicate s3.

we had similar issue year ago amazon simple email service seemed caused amazon upgrading email servers, caused ssl connections using diffie-helman(dh) ciphers throw exceptions. resolved issue omitting dh ciphers list of accepted ciphers in making ssl connections.

i have 2 questions:

have other users been experiencing these errors? if so, have been able resolve them?

it seems users able limit ciphers used jes3t ssl connections, not apparent how reading configuration page.

here more relevant information

we using 0.8.1 release of jets3t, running on java 7

we next sequence of errors when attempting retrieve s3 object:

[2014-10-15 09:30:30,102][info][httpmethoddirector:439] i/o exception (javax.net.ssl.sslexception) caught when processing request: java.lang.runtimeexception: not generate dh keypair [2014-10-15 09:30:30,103][info][httpmethoddirector:445] retrying request [2014-10-15 09:30:30,112][info][httpmethoddirector:439] i/o exception (javax.net.ssl.sslexception) caught when processing request: java.lang.runtimeexception: not generate dh keypair [2014-10-15 09:30:30,112][info][httpmethoddirector:445] retrying request [2014-10-15 09:30:30,120][info][httpmethoddirector:439] i/o exception (javax.net.ssl.sslexception) caught when processing request: java.lang.runtimeexception: not generate dh keypair [2014-10-15 09:30:30,121][info][httpmethoddirector:445] retrying request [2014-10-15 09:30:30,130][info][httpmethoddirector:439] i/o exception (javax.net.ssl.sslexception) caught when processing request: java.lang.runtimeexception: not generate dh keypair [2014-10-15 09:30:30,130][info][httpmethoddirector:445] retrying request [2014-10-15 09:30:30,140][info][httpmethoddirector:439] i/o exception (javax.net.ssl.sslexception) caught when processing request: java.lang.runtimeexception: not generate dh keypair [2014-10-15 09:30:30,141][info][httpmethoddirector:445] retrying request [2014-10-15 09:30:30,149][error][reportlistserviceimpl:163] exception retrieving study data, report_id="4466", data_source="s3" com.irhythm.algorithmdriver.s3service.exception.s3retrievalexception: request error: javax.net.ssl.sslexception: java.lang.runtimeexception: not generate dh keypair

any info or help appreciated.

java ssl amazon-web-services amazon-s3 jets3t

No comments:

Post a Comment