Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

received a fatal SSLv3 alert message

Former Member
0 Kudos

Hi,

I am getting following error while browsing a system on the internet;

      • ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL

session uses PSE file "D:\usr\sap\YXI\DVEBMGS00\sec\SAPSSLC.pse"

SecudeSSL_SessionStart: SSL_connect() failed

ror 1286 (0x00000506) = "received a fatal SSLv3 alert message of unknown description from the peer"

>> Begin of Secude-SSL Errorstack >>

ERROR in ssl3_read_bytes: (1286/0x0506) received a fatal SSLv3 alert message of unknown description from the peer #

<< End of Secude-SSL Errorstack

SSL_get_state() returned 0x000021d0 "SSLv3 read finished A"

SSL socket: local=10.65.1.66:2154 peer=192.6.176.24:4080

<<- ERROR: SapSSLSessionStart(sssl_hdl=0114FEB8)==SSSLERR_SSL_CONNECT

      • ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT [icxxconn.c 1822]

What may cause the problem? Anyone have an idea?

Thank you...

1 REPLY 1

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

I'd recommend to search for errors reported on the peer side (192.6.176.24).

Obviously you attempt to perform an outbound https request (SSL client = NWAS ABAP); the SSL server has rejected the request in quite a "rude way" (by terminating the connection). Unfortenately no reason is provided ...