• Resolved dan1952iel

    (@dan1952iel)


    Hello,
    I just installed Mailpoet 3 because mailpoet 2 no longer allows me to update copies of newsletter.
    I am using Maipoet 2 for a long time.
    I just finished my first newsletter with Mailpoet 3. The test works fine and I could send the newletter to the test account. I receive the newsletter well.
    By cons sends to my subscribers is not done. I have the following message:

    cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

    Here is the information about my environment:

    Ubuntu 18.04
    WP : 5.1
    Apache PHP 7.3.2-3+ubuntu18.04.1+deb.sury.org+1
    Mysql : 5.7.25
    Curl : php7.3-curl
    Local postfix server using PHP interface with WP
    https://la-gazette-climontaine.info/

    All is up to date

    Could you please support me.
    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dan1952iel

    (@dan1952iel)

    Hello,
    I just found the mistake. This is an error due to the change from php 7.2 to php 7.3. The system update failed to update some settings.
    By passing the command “php -v” I saw that the system was version 7.2 although WordPress uses version 7.3.
    This is quite disturbing because I thought to be completely 7.3 whereas some parts of the system still use 7.2.
    Here are the commands to enter at the console.
    sudo a2dismod php7.2
    sudo service apache2 restart
    sudo a2enmod php7.3
    sudo update-alternatives –set php /usr/bin/php7.3
    sudo service apache2 restart
    So we force php to the correct version throughout the system.
    Cordially
    Dan

    Hi Dan,

    Glad to see you got everything fixed. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number’ is closed to new replies.