SSO: Log openssl errors
This commit is contained in:
parent
80249781fd
commit
76eef24e65
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class kolab_sso_oauth2
|
||||||
$key = $keyid;
|
$key = $keyid;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new Exception("Failed to extract public key");
|
throw new Exception("Failed to extract public key. " . openssl_error_string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue