Skip Navigation

[Resolved] Update Toolset plugins over https?

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 1 year, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#2516191

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

#2516685
ssl.jpg

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?

#2519243

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.

#2522293

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/