cURL error 35: REST API & Loopback failing
-
Hey there!
I am getting the following error under Site Health which is why REST API and loopback requests as well as scheduled events are failing:
cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (http_request_failed)It’s a fresh WordPress installation without any additional plugins or themes. I haven’t changed any of the settings.
This is my configuration:
### wp-core ###
version: 6.0.3
https_status: true
multisite: false### wp-server ###
server_architecture: Linux 5.4.0-125-generic x86_64
httpd_software: Apache
php_version: 8.1.11 64bit
php_sapi: fpm-fcgi
max_input_variables: 1000
time_limit: 30
memory_limit: 128M
admin_memory_limit: 256M
max_input_time: 60
upload_max_filesize: 2M
php_post_max_size: 8M
curl_version: 7.68.0 OpenSSL/1.1.1f
suhosin: false
imagick_availability: false
pretty_permalinks: true
htaccess_extra_rules: false### wp-database ###
extension: mysqli
server_version: 8.0.30-0ubuntu0.20.04.2
client_version: mysqlnd 8.1.11
max_allowed_packet: 67108864
max_connections: 151### additional info ###
– virtual server created with Virtualmin
– database server is Localhost via UNIX socket, according to phpMyAdmin
– webserver runs on PHP-Version 7.4.32, according to phpMyAdmin
– collation is utf8mb4_german2_ci
– the error persists under PHP 7.4 and 8.0, too
– according to the server admin, upgrading cURL or OpenSSL isn’t “trivial”The page I need help with: [log in to see the link]
- The topic ‘cURL error 35: REST API & Loopback failing’ is closed to new replies.