The PowerServer (2021 or later) license can only be an online license, therefore it requires persistent Internet connections when it is being used.
Make sure the machine where PowerServer Web APIs is running can connect with ALL of the following Appeon sites to ensure the efficiency and reliability of the license server:
-
https://apips.appeon.com/pslicense
-
https://apips2.appeon.com/pslicense
-
https://apips.appeon.net/pslicense
-
https://apips2.appeon.net/pslicense
You can check the connection status by accessing the following URLs (directly accessing the above URLs will return an HTTP error):
Note
If the machine connects to Internet through a proxy server, make sure to configure the proxy server settings in the compiled PowerServer Web APIs (UserConfig.json file > "ProxyOptions" block). The password for the proxy server, if any, must be an encrypted value (encrypted by the CustomizeDeploy.dll tool).
... "ProxyOptions": { "Server": "", "Username": "", "Password": "" }, ...