cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Gurus,

Im doing File to File Interface. Im using FTP for File transfer. Its working fine with 'None' connection security.

If i choose the connection security as 'FTPS(FTP Using SSL/TLS) for control and data connection' and set the default command order its giving error as

"Error occurred while connecting to the FTP server "170.135.128.149:20021": iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier"

I gone through some of threads in sdn. Everything says that we need FTP server certificate in the keystore of Visual Administrator. I need to know how to check whether that certificate exist in the J2EE Engine. If the certificate not exist i need to ask my client to get the certificate. Can anyone provide What sort of certificate i ask my client to get.

MeanWhile can i get any test certificate to check the secured connection.

Regards,

Rama

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Rama,

Yes ,you can create a self certificate but in this case you must install it in TrustedCA, the root Certificate which you sign your certificate.

The FTP is a standalone server and the certificate must to be installed in FTP server.

In File adapter, select the FTPS option to communicate to FTP server through SSL.

The value for "Connection Security" is FTPS (FTP using SSL/TSL) for control and data connection & "Command order" is USER,AUTH TLS, PASS, PBSZ, PROT.

These parameters depends of FTP server in use.

Also SAP Help doc:

http://help.sap.com/saphelp_erp2005/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

Hope this helps.

regards,

Neetesh