hal9008 - 2020-09-28

Hello
All the system works as expected, except in a wordpress installation, where i got the following error.

Error: cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (http_request_failed)

I have cURL installed.

root@flopy:/home/pi# php -i | grep -i curl
/etc/php/7.4/cli/conf.d/20-curl.ini,
curl
cURL support => enabled
cURL Information => 7.68.0
curl.cainfo => no value => no value

And it seems that is working.

root@flopy:/home/pi# curl www.google.com --verbose

  • Trying 172.217.168.164:80...
  • TCP_NODELAY set
  • Connected to www.google.com (172.217.168.164) port 80 (#0)

    GET / HTTP/1.1
    Host: www.google.com
    User-Agent: curl/7.68.0
    Accept: /

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 200 OK
    < Date: Mon, 28 Sep 2020 16:17:05 GMT
    < Expires: -1
    < Cache-Control: private, max-age=0
    < Content-Type: text/html; charset=ISO-8859-1
    < P3P: CP="This is not a P3P policy! See g.co/p3phelp for more info."
    < Server: gws
    < X-XSS-Protection: 0
    < X-Frame-Options: SAMEORIGIN

But Wordpress says that it cant make a loopback solicitude, and can't execute cron scheduled works (Jetpack_sync_cron).

I Think that I have all the software updated.

Operating system Ubuntu Linux 20.04.1
Perl version 5.030000
Path to Perl /usr/bin/perl
BIND version 9.16
Postfix version 3.4.13
Mail injection command /usr/lib/sendmail -t
Apache version 2.4.41
PHP versions 7.4.3
Webalizer version 2.23-08
Logrotate version 3.14.0
MySQL version 8.0.21-0ubuntu0.20.04.4
ProFTPD version 1.36
SpamAssassin version 3.4.4
ClamAV version 0.102.4

¿Any solution or workaround?