irods-contrib / irods-cloud-browser

DFC Web Based cloud browser
BSD 2-Clause "Simplified" License
18 stars 13 forks source link

PAM Authentication - SSL errors #140

Closed jay-widernet closed 8 years ago

jay-widernet commented 8 years ago

I am able to connect to my DataGrid via standard authentication but when I try to use PAM I receive an authentication error and the following error in my irods log:

ERROR: sslAccept: error calling SSL_accept. SSL error: error:140760FC:SSL
routines:SSL23_GET_CLIENT_HELLO:unknown protocol

PAM authentication over SSL works just fine via icommands.

michael-conway commented 8 years ago

can you do a java -version? It can be related to the java version you are on. If you are over at Manning I can take a look with you today or tomorrow.

You can email me direct.

Cheers Mike Conway

On 03/02/2016 04:33 PM, jay-widernet wrote:

I am able to connect to my DataGrid via standard authentication but when I try to use PAM I receive an authentication error and the following error in my irods log:

|ERROR: sslAccept: error calling SSL_accept. SSL error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol |

PAM authentication over SSL work just find via icommands.

— Reply to this email directly or view it on GitHub https://github.com/DICE-UNC/irods-cloud-browser/issues/140.

jay-widernet commented 8 years ago

Upgrading from Java 7 to Java 8 has resolved my issue.

Thanks!

michael-conway commented 8 years ago

Thanks! Yes, I think the upgrades of OpenSSL due to well-known security issues are involved.

On 03/03/2016 12:08 PM, jay-widernet wrote:

Upgrading from Java 7 to Java 8 has resolved my issue.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/DICE-UNC/irods-cloud-browser/issues/140#issuecomment-191863594.