Drupal disable https verify when working with insecure ssl website

Open settings.php add this line:

 

$settings['http_client_config'] = ['verify' => FALSE];
 

Other posts