...
Code Block |
---|
curl -vI https://<DNSName><CustomDNSName>.sealights.co |
If using a proxy, you should add the relevant parameter
Code Block |
---|
curl -vI https://<DNSName><CustomDNSName>.sealights.co --proxy http://myproxy.mycompany.int |
...
Info |
---|
The above cURL command runs on native Linux.
|
Solution
In case a firewall is present, it needs to allow network traffic to reach the SeaLights platform.
...