cancel
Showing results for 
Search instead for 
Did you mean: 

FTPS(FTP Using SSL/TLS) for control and data connection

Former Member
0 Kudos
1,635

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes you need to get the FTP server certificates and need to install them in the Key store using Visual Admin

You need to ask your FTP server admin regarding the public key certifiacte with all CA certificates (certified authority)

then you need to check the ports through which FTPS can be done (normally will be 990) and one more important tthing is you need to provide the details of FTP server as appears in the certificate provided...

if certificate is already installed then Check Common Name i.e server name appers in the Certificate and need to provide the same in the CC channel of FTP receiver adapter

HTH

Rajesh

Former Member
0 Kudos

Hi,

Now i want to check whether the certificate for FTP server is loaded into Visual Administrator. How do i verify this. If the certificate not exist then what kind of certificate we need to get it from SAP. Kindly send me the details of the certificate.

Regards,

Rama

Former Member
0 Kudos

hello Rajesh,

I want to know if u have solved this request.

Because, I have same problem. and I need more detail fore this.

I want to connect FTPS servever FileZilla from PI. 7.0.

When i generating certificate from Filezilla and try to load it in PI i have this error.

ID 21113:iaik.asn1.CodingException:No ASN.1AlgorithmID type!

Former Member
0 Kudos

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