• Resolved jsomontan

    (@jsomontan)


    I’m getting an error with sslverify in your plugin config file:

    Crontrol->test_cron_spawn()
    wp-content/plugins/wp-crontrol/wp-crontrol.php:668

    Seeing this error in the WP console for cron events:

    POST
    (Certificate verification disabled: sslverify=false)
    https://CLOUDFRONTNAME/wp-cron.php
    ?doing_wp_cron=1522283498.9093880653381347656250

    I’ve got ssl setup on the back-end web servers, load balancer and CloudFront(CDN). It is working, but see the above error with sslverify. Looked at a lot of blogs with no real solution. Not exactly sure how to fix this. Please help.

    Thanks,

    + Joe

Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    This means that some code on your site is settings the sslverify argument in HTTP API requests to false.

    Your best approach is to try deactivating all your other plugins one by one to see which one is the culprit. Don’t forget to check for any must-use plugins in the wp-content/mu-plugins directory. Failing that, try switching your theme to one of the default ones such as Twenty Seventeen.

    If you can’t figure it out, you’re better off posting in the main support forums where there are more volunteers around to help you out.

Viewing 1 replies (of 1 total)
  • The topic ‘Certificate verification disabled: sslverify=false’ is closed to new replies.