cancel
Showing results for 
Search instead for 
Did you mean: 

SSL error ( FTPS -> PI -> ECC )

former_member206760
Active Contributor
0 Kudos

Hi experts,

We have a FTPS -> PI -> ECC scenario.

We imported the SSL certificates provided by the 3rd party in NWA -> TrustedCA

Also in sender channel we selected FTPS ( with control and data connection ) but the channel is gving " peer certificate rejected by chain verifier exception"

I also tried to trace using the XPI_inspector - option 11 - authentication and SSL.

and got the below trace

"

sing Transport Protocol: FTPS

Handshake Timeout: 0

Keep alive: false

TCP No Delay: false

Exception Occured: Read timed out

Begin IAIK Debug:

ssl_debug(9249): Starting handshake (iSaSiLk 4.403)...

ssl_debug(9249): Sending v3 client_hello message to ftpssl.xxx.com:21, requesting version 3.1...

ssl_debug(9249): IOException while handshaking: Read timed out

ssl_debug(9249): Sending alert: Alert Fatal: handshake failure

ssl_debug(9249): Shutting down SSL layer...

ssl_debug(9249): Closing transport...

Can any one please help

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Shah,

That error usually appears when the server ftp doesn't trust the certificate that you are using.

Check this note: Note 694290 - SAP J2EE: react on expiration of VeriSign CA certificates

and this wiki http://wiki.scn.sap.com/wiki/display/TechTSG/Peer+certificate+rejected+by+ChainVerifier

Regards.