Aug 25 2023 05:17 AM - edited Aug 25 2023 05:19 AM
Hello everyone,
I've recently deployed an Ubuntu 20.04 VM on Azure. I've intentionally set it up without a public IP address, and my primary goal is to allow the VM to make outbound SSL/TLS connections, notably to websites like https://www.google.com.
To achieve this, I've configured the Network Security Group (NSG) associated with the VM to allow outbound HTTPS connections on port 443 originating from the VM's private IP.
However, I've run into a puzzling issue: despite my configurations, I cannot establish a successful SSL/TLS connection to any external website. I've tried analyzing the TLS handshake, and here's what I observed:
This behavior makes me wonder:
I'd greatly appreciate any insights or suggestions from the community to resolve this issue. Has anyone else encountered a similar problem, and how did you address it?
Thank you in advance for your help!
Aug 25 2023 07:59 PM
Aug 29 2023 03:32 AM