User36155329 posted
Hello,
I have setup a asp .net web service on cloud. When i try to connect to send HTTP GET over HTTPS, i get following error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
failed because connected host has failed to respond 52.17.136.156:443.
Sending the request to HTTP works great. When running the service on my local machine using HTTPS also works. Do i need to configure IIS to support HTTPS?
Using telnet to 80 works. to 443 I receive: "Connecting To 52.17.136.156...Could not open connection to the host, on port 443: Connect failed"
Thanks,