We are using SSL certificate that was generated in Azure Portal. It is used in certain domains.
We are using SSL certificate that was generated in Azure Portal. It is used in certain domains configured on Azure Instance. What we are noticing is this it gives an error as follows when you run a command "wget dev1.stimul8.ai" on that machine. zureuser@Demo:~$ wget dev1.stimul8.ai
--2025-04-15 01:35:03-- http://dev1.stimul8.ai/
Resolving dev1.stimul8.ai (dev1.stimul8.ai)... 4.227.187.94
Connecting to dev1.stimul8.ai (dev1.stimul8.ai)|4.227.187.94|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://dev1.stimul8.ai/ [following]
--2025-04-15 01:35:03-- https://dev1.stimul8.ai/ Connecting to dev1.stimul8.ai (dev1.stimul8.ai)|4.227.187.94|:443... connected. ERROR: cannot verify dev1.stimul8.ai's certificate, issued by 'CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\, Inc.,L=Sc
ottsdale,ST=Arizona,C=US':
Unable to locally verify the issuer's authority.
To connect to dev1.stimul8.ai insecurely, use `--no-check-certificate'.
azureuser@Demo:~$