Change WordPress user roles and capabilities › Forums › Bug Reports › License Validation – cURL error connecting to update.role-editor.com port 443
- This topic has 11 replies, 4 voices, and was last updated 11 months, 2 weeks ago by Vladimir.
-
AuthorPosts
-
08/04/2022 at 14:54 #7895edgewebwareParticipant
Hi,
We are not able to load the full settings page on the Pro plugin because the License Key validation fails to connect, generating the following error:
Something went wrong: cURL error 28: Failed to connect to update.role-editor.com port 443 after 5203 ms: Connection timed out
At first this was an intermittent issue but now seems to be permanent, happening on multiple sites.
08/04/2022 at 15:56 #7896VladimirKeymasterHi,
Check your firewall, if 31.31.196.160 is blocked for your server. My recent test is successful – service is available from my side.
As a quick workaround you may replace line #221 of file pro/includes/classes/settings-pro.php with:
//$license_state = $license_key->validate($license_key_value); $license_state = array('state'=>'not available');
08/04/2022 at 15:57 #7897VladimirKeymasterPlugin will stay fully functional. It influence only on the automatic updates.
11/04/2022 at 14:12 #7898edgewebwareParticipantAs you suggested, it ended up being a firewall issue on our end. Thank you for your help!
24/04/2023 at 06:49 #8250simonemeconiParticipantHello everyone, same issue here. I tried reading your post to allow IP 31.31.196.160 in wordfence. But nothing change, still have the problem.
With the plugin query monitor i found this:
https://update.role-editor.com
?action=get_metadata
&slug=user-role-editor-pro
&checking_for_updates=1
&installed_version=4.63.5
&license_key=MYLINCENSEKEYError: cURL error 28: Connection timed out after 10001 milliseconds
How do you resolve this?
Thanks all.24/04/2023 at 16:48 #8252VladimirKeymasterIt would be a temporal networking issue. If this error message is stable at your site, try the same URL directly at address bar of your desktop browser. Is it available? If Yes, your site provider firewall may block update.role-editor.com
It influences for the automatic updates only.24/04/2023 at 16:53 #8254simonemeconiParticipantHello and thanks for the response.
Yes, I can see the json response to the address bar link.Should I contact my Hosting provider to fix it? Because is really slow to load the pages like /update-core.php or the settings page of user role editor pro.
Thanks a lot.
24/04/2023 at 16:57 #8255VladimirKeymasterYou may try, may be they will can find a workaround.
I will also add a filter to the next update to block license checking for similar situations and off-line/intranet usage.09/09/2023 at 07:12 #8481simonemeconiParticipantHi Vladimir!
Did you have implemented the workaround with the filter?
I still found this issue in my website. Let me know please13/09/2023 at 02:41 #8485VladimirKeymasterHi @simonemeconi,
Yes, I included it to the upcoming update 4.64.1. You may try beta version 4.64.1.b1. It’s available as development version from the same Download page.
add_filter('ure_check_updates', 'ure_check__for_updates', 10, 1 ); function ure_check__for_updates( $check ) { $check = false; return $check; }
04/12/2023 at 17:17 #8566rejuventParticipantHi I am trying to update the plugin and get the Curl error.
Update failed: Download failed. cURL error 28: Connection timed out after 10001 millisecondsI have whitelisted the IP already on Wordfence. I also use CLoudflare, does the plugin have an issue with that too?
Does it work, and retain all info, if I delete, download and update?
Thank you!
05/12/2023 at 02:36 #8567VladimirKeymasterHi @rejuvent,
This is would be a temporal network error. You may check if update server available directly using this URL:
https://update.role-editor.com/?action=get_metadata&slug=user-role-editor-pro
Compare the results from your desktop and the server host.
-
AuthorPosts
- You must be logged in to reply to this topic.