Can't connect to the licence server
This article explains the common issue of being unable to connect to the licence server and offers troubleshooting tips to help resolve the issue. Readers will gain insight into possible causes and solutions for this problem.
Table of Contents
TheProblem
During the licence registration process you see this dialog from version 1.0.6.9 onwards: (Windows example shown, similar for macOS)
Or this one for earlier versions:
Cause
There are several reasons why this might happen:
- You're connected via VPN.
- The ICMP Ping request to our domain at brightcarbon.com is failing due to your environment's configuration.
- Your AntiVirus app is blocking access to the REST API at brightcarbon.com.
- A network protocol app is preventing access to the REST API.
- You organisation's IT policy is blocking VBA access to calls to the REST API via https.
- The SSL route to https://brightcarbon.com is being blocked by your firewall.
Note that BrightSlide does not use any other port other than 80 and 443.
Diagnosis
To check if you can reach the BrightCarbon licence server, follow these steps:
Windows
- In Windows Search, type cmd and then click the Command Prompt app when it appears
- Copy and paste the command below into the window that appears and press enter
curl https://brightcarbon.com/wp-json/licences/v1/alive
You should see something like this:
macOS
- Press cmd + spacebar and type Terminal
2. Open Terminal
3. Copy & paste the command below into the Terminal window and press enter
curl https://brightcarbon.com/wp-json/licences/v1/alive
You should see something like this: