cancel
Showing results for 
Search instead for 
Did you mean: 

FTPS Error Peer certificate rejected by ChainVerifier

0 Kudos

Hi all,

Error description:

I need your help with a FTPS scenario. When I try to process a file ( FTP to FTPS without X.509 certificate ), receiver comuncation channel returns SSL certificate exception. Attach evidence:

I am checking some notes: https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

The configuration of comunication channel:

Other post that I have checked without success are:

This integration is old and I haven't enought information. Could you explain step by step how to configure a FTPS scenario without X.509 certificate?

I understand that would need only to import into our KeyStore the certificate of receiver system with CN = "Server parameter" and later configure communication channel with FTPS correct command sequence. Is it correct?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Refer the thread.

you can also try additional parameter in receiver channel as

strictHostnameCheckingfalse
peter_wallner2
Active Contributor
0 Kudos

Hello Alvaro,

A first step would be to import the server certificate. Go to

http://<server>:<port>/nwa

and login.

Then:

Configuration --> Certificates and Keys --> TrustedCAs

and import the certificate here. Make sure it is still valid too.

Then in Integration Directory set this:

I think that should be it.

Please let us know if it worked.

Best regarsd,

Peter