Jun 2 15:13:10 pid:6679 NOTICE: Agent process 6713 started for puser=macleanal and cuser=macleanal from 127.0.0.1
Jun 2 15:13:10 pid:6713 ERROR: sslAccept: error calling SSL_accept. SSL error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
Jun 2 15:13:10 pid:6713 ERROR: sslAccept failed in agentMain with status -2103000
Jun 2 15:13:10 pid:6713 ERROR: [-] iRODS/server/core/src/rsApiHandler.cpp:470:readAndProcClientMsg : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message []
[-] iRODS/lib/core/src/sockComm.cpp:199:readMsgHeader : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [failed to call 'read header']
[-] libtcp.cpp:256:tcp_read_msg_header : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [header length is out of range: 1464880390 expected >= 0 and < 1088]
| Subject: | Re: [iROD-Chat:15163] Cloud Browser PAM Authentication |
|---|---|
| Date: | Thu, 2 Jun 2016 11:30:30 -0400 |
| From: | Mike Conway <mco...@unc.edu> |
| To: | irod...@googlegroups.com |
--
--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
---
You received this message because you are subscribed to the Google Groups "iRODS-Chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jun 2 17:15:29 pid:26536 ERROR: sslAccept: error calling SSL_accept. SSL error: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown
Jun 2 17:15:29 pid:26536 ERROR: sslAccept failed in agentMain with status -2103000
Jun 2 17:15:29 pid:26536 ERROR: [-] iRODS/server/core/src/rsApiHandler.cpp:470:readAndProcClientMsg : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message []
[-] iRODS/lib/core/src/sockComm.cpp:199:readMsgHeader : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [failed to call 'read header']
[-] libtcp.cpp:240:tcp_read_msg_header : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [read 0 expected 4]
openssl genrsa -out server.key 1024
openssl req -new -x509 -key server.key -out chain.pem -days 3650 -config /etc/irods/cert.cfg
openssl dhparam -2 -out dhparams.pem 2048
keytool -import -storepass changeit -noprompt -file /etc/irods/chain.pem -keystore /etc/ssl/certs/java/cacerts
"irods_authentication_scheme": "PAM",
"irods_ssl_ca_certificate_file": "/etc/irods/chain.pem",
"irods_ssl_certificate_chain_file": "/etc/irods/chain.pem",
"irods_ssl_certificate_key_file": "/etc/irods/server.key",
"irods_ssl_dh_params_file": "/etc/irods/dhparams.pem",
"irods_ssl_verify_server": "cert",