cancel
Showing results for 
Search instead for 
Did you mean: 

Socket Error using HTTPS URL

Former Member
0 Kudos

Hi Experts

We are experiencing an error when trying to send to an HTTPS web service URL. The normal HTTP version works fine but we get this error when we try the HTTPS link -

Error while sending message: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: unable to create a socket

How do we proceed?

Thanks in advance

Regards

Riaz

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

couple of things.... First check whether ssl port 50001 is enabled by firewall. This could be the main problem. If you deal with https you might want to share the certificate with the client.

Former Member
0 Kudos

Hi Baskar

I will check whether the port is available.

What do you mean by share the certificate? Shouldnt we get a certificate from the party we are calling? We are the client in this case.

Regards