...
3. Verify that the Breeze server is responding:
a. telnet
breeze-server.cloudaware.com 443
b. curl -v
https://breeze-server.cloudaware.com
telnet
will only work when direct internet connection is used. If you have proxy connection, please use curl
.
...
3. Verify that the Breeze server is responding:
a. CMD
telnet
breeze-server.cloudaware.com 443
b. PowerShell
Launch PowerShell from the Start menu or press Win+R and type "PowerShell". Then run the following command:
...