We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ddd3 commit cf2e61aCopy full SHA for cf2e61a
includes/functions.php
@@ -205,7 +205,7 @@ function __mc4wp_use_sslverify() {
205
return false;
206
}
207
208
- $ssl_version = preg_replace( '/[a-z|\/]/i', '', $curl['ssl_version'] );
+ $ssl_version = preg_replace( '/[^0-9\.]/', '', $curl['ssl_version'] );
209
$required_ssl_version = '1.0.1';
210
211
// Disable if OpenSSL is not at version 1.0.1
0 commit comments