0

I tried and able to read the CA certificates succsssfully send in request. But when sending request to other app over http getting error as " This combination of host and port required TLS" . Is there any way I can send the request to http and on receiving response, send this response back to https request.

1 Answers1

0

you need to enable http on the server you are sending request to.

L.Bai
  • 11
  • 1
  • 1
  • 4