Currently trying to get MS Azure OAUTH working. Get through the majority of it but when trying to login I get an error on the UI. The logs say:
production.ERROR: cURL error 7: (see hxxps://curl.haxx.se/libcurl/c/libcurl-errors.html) for hxxps://login.microsoftonline.com/SANITIZED_TENANT_ID/oauth2/v2.0/token {“exception”:“[object] (GuzzleHttp\Exception\ConnectException(code: 0): cURL error 7: (see hxxps://curl.haxx.se/libcurl/c/libcurl-errors.html) for hxxps://login.microsoftonline.com/SANITIZED_TENANT_ID/oauth2/v2.0/token at /opt/librenms/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210)”}
Anyone run across this before or know how to troubleshoot?
Thanks