Hello,
My hosting provider is blocking requests over http (port 80) which blocks requests to your update server (repositories-fetching) at *.cloudfront.net.
Is there a configuration option to update over https instead?
Best regards
Hello,
Toolset download server is using SSL(https) to transfer data, for example you can go to download page:
https://toolset.com/account/downloads/
Try to download any Toolset plugins, all downloads are using SSL(https) , see my screenshot
see my screenshot ssl.jpg
So I don't think you need to do any other extra configuration.
Is there any PHP debug logs related with Toolset plugins when you upgrade Toolset plugins?
Hello,
The error is shown in WordPress dashboard at /wp-admin/admin.php?page=otgs-installer-support when doing repositories-fetching.
Example URL: hidden link (no SSL)
The subdomain changes sometimes which makes it a little bit difficult to create a firewall rule.
Please try to add below line into your WordPress config file "wp-config.php":
define('FORCE_SSL_ADMIN', true);
And test again
More help:
https://developer.wordpress.org/reference/functions/force_ssl_admin/