cancel
Showing results for 
Search instead for 
Did you mean: 

https problems SSSLERR_SSL_CONNECT

Former Member
0 Kudos

Hi I try to post to an http service using SSL and I get the error below. does anybody know what can be the problem.

I have used the method create_by_url. I did try to use the method create_by_destination but then ICM return a bad request error.

[Thr 3085] NiICheckPendConnection: connection of hdl 9 to <proxy_host>:<proxy_port> established

[Thr 3085] NiIConnect: hdl 9 took local address <localhost>:<local_port>

[Thr 3085] NiIConnect: state of hdl 9 NI_CONNECTED

[Thr 3085] IcmConnInitClientSSL: initiate proxy-connect with <target_host>:<ssl_port>

[Thr 3085] NiIWrite: hdl 9 sent data (wrt=61,pac=1,RAW_IO)

[Thr 3085] NiIRead: hdl 9 recv would block (errno=EAGAIN)

[Thr 3085] NiIRead: hdl 9 received data (rcd=60,pac=1,RAW_IO)

[Thr 3085] data (60) from proxy:

[Thr 3085] HTTP/1.0 200 Connection Established#

Proxy-agent: Apache#

#

[Thr 3085] <<- SapSSLSessionInit()==SAP_O_K

[Thr 3085] in: args = "role=1 (CLIENT), auth_type=3 (USE_CLIENT_CERT)"

[Thr 3085] out: sssl_hdl = 0x115e9c930

[Thr 3085] NiIBlockMode: set blockmode for hdl 9 TRUE

[Thr 3085] SSL NI-sock: local=XXX.XXX.XXX.XXX:XXXXX peer=<proxy_host>:<proxy_port>

[Thr 3085] <<- SapSSLSetNiHdl(sssl_hdl=0x115e9c930, ni_hdl=9)==SAP_O_K

[Thr 3085] SapISSLComposeFilename(): Filename = "/usr/sap/<client>/DVEBMGS41/sec/<pse_file>.pse"

[Thr 3085] <<- SapSSLSetSessionCredential(sssl_hdl=0x115e9c930)==SAP_O_K

[Thr 3085] in: cred_name = "/usr/sap/<client>/DVEBMGS41/sec/<pse_file>.pse"

[Thr 3085] <<- SapSSLSetTargetHostname(sssl_hdl=0x115e9c930)==SAP_O_K

[Thr 3085] in: hostname = "<target_host>"

[Thr 3085] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_CONNECTION_LOST

[Thr 3085] session uses PSE file "/usr/sap/<client>/DVEBMGS41/sec/<pse_file>.pse"

[Thr 3085] SecudeSSL_SessionStart: SSL_connect() failed

secude_error 4864 (0x00001300) = "ERROR recv(hdl=37,buf=115f00e10,len=5)==-1, errno=73 (Connection reset by peer)"

[Thr 3085] >> Begin of Secude-SSL Errorstack >>

[Thr 3085] ERROR in BIO_read: (4864/0x1300) ERROR recv(hdl=37,buf=115f00e10,len=5)==-1, errno=73 (Connection reset by peer)

ERROR in sock_read: (4864/0x1300) ERROR recv(hdl=37,buf=115f00e10,len=5)==-1, errno=73 (Connection reset by peer)

[Thr 3085] << End of Secude-SSL Errorstack

[Thr 3085] SSL_get_state() returned 0x00002120 "SSLv3 read server hello A"

[Thr 3085] No certificate request received from Server

[Thr 3085] <<- ERROR: SapSSLSessionStart(sssl_hdl=0x115e9c930)==SSSLERR_SSL_CONNECT

[Thr 3085] <<- SapSSLErrorName()==SSSLERR_SSL_CONNECT

[Thr 3085] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT [icxxconn_mt.c 201

[Thr 3085] <<- SapSSLSessionDone(sssl_hdl=0x115e9c930)==SAP_O_K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you use any user credentials to post it to the https service.If so please check that user exists in the systems which hosts the service.

RGds,

Vasanth.