Hello,
I am using Azure Linux VM with my application is configured in that. When I try to access the application URL with the desired port from another VM in the same Vnet it works without any error.
Small correction. I am trying to access VM which is sitting behind an internal load balancer. And the reason for using internal LB is we need to create a private link service.
However, the moment I use the VM from another Vnet I get SSL_ERROR_SYSCALL
azureuser@Bastion-VM:~$ curl https://abcd.com:9080 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to abcd:9080
Please can you suggest what might be wrong or how to debug this issue?