Skip to main content
ONEMINDZ
Toggle navigation
Home
verify
Drupal disable https verify when working with insecure ssl website
Submitted by
Thao Huynh
on October 29, 2020 - 13:45
Open settings.php add this line:
$settings['http_client_config'] = ['verify' => FALSE];
Tags:
Drupal
https
verify
ssl
Read more
about Drupal disable https verify when working with insecure ssl website
Comments