💬 | Drupal core | Getting update info results in RequestException : cURL error 60: SSL certificate problem: unable to get local issuer certificate
🇪🇬Egypt elzahaby
if this error is happening locally and the recommended solution isn't working you can ignore ssl certification errors by putting this line into the settings.local.php
$settings['http_client_config']['verify'] = FALSE;