Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andrey546

    (@andrey546)

    I found the solution for me!
    This bypasses the problem with the certificate Lets Encrypt.
    This should work for you:
    1 – Change your wp-config.phh file by adding the following formula:
    define ( ‘ALTERNATE_WP_CRON’, true);
    2 – Change your .htaccess file
    RewriteEngine On
    RewriteRule * – [E = noabort: 1].
    RewriteRule * – [E = noconntimeout: 1].

    3 – In the BACKWPUP plugin parameter then go to “Operations” and to “maximun time of execution” to 0.
    After several hours, this to work for me … ??

    I found the solution for me!:-)
    This bypasses the problem with the certificate Lets Encrypt.
    This should work for you:
    1 – Change your wp-config.phh file by adding the following formula:
    define ( ‘ALTERNATE_WP_CRON’, true);
    2 – Change your .htaccess file
    RewriteEngine On
    RewriteRule * – [E = noabort: 1].
    RewriteRule * – [E = noconntimeout: 1].

    3 – In the BACKWPUP plugin parameter then go to “Operations” and to “maximun time of execution” to 0.
    After several hours, this to work for me … ??

    Hello,
    I also have the same configuration and the same mistake with Lets Encrypt:
    error: SSL routines :: 140770FC of SSL23_GET_SERVER_HELLO: unknown protocol
    I am also at ovh.
    At home nothing works (not the CRON or manually)
    I installed the extension you advise but it changes nothing.
    What to do please?
    Thank you for your help

Viewing 3 replies - 1 through 3 (of 3 total)