Closed thejkane closed 11 years ago
Hi Jérôme,
Anything else for the code review? If you're happy, I can hit the merge button...
Brian
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.
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