Change WordPress user roles and capabilities › Forums › Bug Reports › License Validation – cURL error connecting to update.role-editor.com port 443 › Reply To: License Validation – cURL error connecting to update.role-editor.com port 443
08/04/2022 at 15:56
#7896
Vladimir
Keymaster
Hi,
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');