Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
If using Windows, you will need to run it from a Powershell prompt. You can also use the INPowerShell prompt as it is an alias to the native Invoke-WebRequest cmdlet. For example,

Invoke-WebRequest -Uri https://<CustomDNSName>.sealights.co | Select-Object -ExpandProperty BaseResponse

Solution

In case a firewall is present, it needs to allow network traffic to reach the SeaLights platform.

...