on 2009 Aug 19 10:53 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.