jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Fixing issue 105. Fixing SSL version issue. #106

Closed thejkane closed 11 years ago

thejkane commented 11 years ago

This pulls request contains the fix for issue 105. When communicating with servers like trestles, stampede, lonestar we need to use SSLv3. But by default gram uses TLS and SSL as enabled protocols. Therefore added a flag to enable SSLv3 through API.

According to documentation gss/src/main/java/org/globus/gsi/gssapi/Java_GSI_GSSAPI.html [1] we need to enable SSLv3 using context object.

Please review and let me know if further changes needed to be made.

Thanks Amila

[1] https://github.com/jglobus/JGlobus/blob/v2.0.6/gss/src/main/java/org/globus/gsi/gssapi/Java_GSI_GSSAPI.html

bbockelm commented 11 years ago

Hi Jérôme,

Anything else for the code review? If you're happy, I can hit the merge button...

Brian

jrevillard commented 11 years ago

No problem, please do.

Best.

Envoyé de mon iPad

Le 20 juin 2013 à 19:34, Brian Bockelman notifications@github.com a écrit :

Hi Jérôme,

Anything else for the code review? If you're happy, I can hit the merge button...

Brian

— Reply to this email directly or view it on GitHub.