An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
HTTPS changes to HTTP when going over private link
Hi,
We have a service running on VM which consumes the secure data i.e. uses HTTPS. Now as per requirement we had to create a private link service using which our client sends the requests.
While doing so we observed that if we hit the HTTPS URL we get
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to x.y.z.w:PORT
And when we check that on our application we can see that it comes as an HTTP request which it can not process.
Can someone help me understand where it might be getting changed I mean how can we trace that and fix this issue?
Please let me know if you need further details.