• Resolved bernardberry646

    (@bernardberry646)


    On local dev, with ssl. self-signed certificate
    getting error:
    http_request_failed cURL error 60: SSL certificate problem: self-signed certificate

    You said this will work with local development.. how to fix this?

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

    (@bernardberry646)

    How about a filter for functions.php like this so we can actually use this locally!
    add_filter(‘wp_remote_users_sync_verify_ssl’, ‘__return_false’);

    Thread Starter bernardberry646

    (@bernardberry646)

    Issue has been fixed. And it WAS NOT an issue with this plugin, it was security measures that I had in .htaccess

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

The topic ‘Error with Local dev and self-signed certificate’ is closed to new replies.