cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS without certificates

former_member188791
Participant
0 Kudos

Hi Group,

I am using PO7.4 version, is it possible to connect external URL without using SSL certificates through HTTPS protocol, is there any additional settings need to perform.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajiv,

Are u using an ABAP HTTP or HTTP_AAE ? Presuming PO 7.4 i.e the Java only version HTTP_AAE, you will need to maintain the SSL certificates in Keystore and also provide PI SSL certs to the external vendor(depending on direction of commuincation)

HTTPS not possible without SSL certs as PI will look for certs while doing a handshake and will throw an SSL exception incase certificate is not there.

Regards,
Sriram

former_member188791
Participant
0 Kudos

Thanks Sriram, now I got certificates(.csr file) , can any body suggest path to deploy in java stack.

Former Member
0 Kudos

Hi Rajiv,

Is it a .csr or.cer file? Please refer below link for details:

Cheers,

Sriram

former_member188791
Participant
0 Kudos

thanks Sriram,I followed all the steps, but I am getting the below Error:

com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier

Former Member
0 Kudos

Hi Rajiv,

Was it a chain of certificates? Can u see in TrustedCAs if its shown ok? Is it a self signed certificate?

Have u referred this certificate in the comm channel. Whats ur comm channel config like?

Cheers,
Sriram

former_member188791
Participant
0 Kudos

Hi Sriram, These are self signed certificates ,yes I refered certificates in comm channel

former_member188791
Participant
0 Kudos

Solved by creating certificate file with IP address.