What comes to my mind (in your functions.php or with a code snippet plugin).
add_filter( 'https_ssl_verify', '__return_false' );
But this can and should only be used on a local environment.
What comes to my mind (in your functions.php or with a code snippet plugin).
add_filter( 'https_ssl_verify', '__return_false' );
But this can and should only be used on a local environment.