Steps for checking the connection from a local machine to the content delivery network (https://content.carbonblack.io).
execfg powershell Invoke-WebRequest -URI https://content.carbonblack.io
Invoke-WebRequest : MissingKeyMissing Key-Pair-Id query parameter or cookie value At line:1 char:1 + Invoke-WebRequest -URI https://content.carbonblack.io + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>MissingKey</Code> <Message>Missing Key-Pair-Id query parameter or cookie value</Message> </Error>
Invoke-WebRequest -URI https://content.carbonblack.io
Invoke-WebRequest : MissingKeyMissing Key-Pair-Id query parameter or cookie value At line:1 char:1 + Invoke-WebRequest -URI https://content.carbonblack.io + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
curl https://content.carbonblack.io
<?xml version="1.0" encoding="UTF-8"?><Error><Code>MissingKey</Code><Message>Missing Key-Pair-Id query parameter or cookie value</Message></Error>
This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>MissingKey</Code> <Message>Missing Key-Pair-Id query parameter or cookie value</Message> </Error>
curl https://content.carbonblack.io
<?xml version="1.0" encoding="UTF-8"?><Error><Code>MissingKey</Code><Message>Missing Key-Pair-Id query parameter or cookie value</Message></Error>
wget https://content.carbonblack.io
Resolving content.carbonblack.io (content.carbonblack.io)... <ip_addresses> ... Connecting to content.carbonblack.io (content.carbonblack.io)|<ip_address>|:443... connected. HTTP request sent, awaiting response... 403 Forbidden YYYY-MM-DD hh:mm:ss ERROR 403: Forbidden.