SSO: Log openssl errors

This commit is contained in:
Aleksander Machniak 2019-10-24 14:14:18 +02:00
parent 80249781fd
commit 76eef24e65

View file

@ -283,7 +283,7 @@ class kolab_sso_oauth2
$key = $keyid;
}
else {
throw new Exception("Failed to extract public key");
throw new Exception("Failed to extract public key. " . openssl_error_string());
}
}