We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed the latest version with composer on a fresh ubuntu server. PHP 8.3.6 with CURL and JSON. Self signed cert but using the settings:
$oidc->setVerifyHost(false); $oidc->setVerifyPeer(false);
PHP Fatal error: Uncaught Jumbojett\OpenIDConnectClientException: Curl error: (35) OpenSSL/3.0.13: error:0A00010B:SSL routines::wrong version number in /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php:1435 Stack trace: #0 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(619): Jumbojett\OpenIDConnectClient->fetchURL() #1 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(594): Jumbojett\OpenIDConnectClient->getWellKnownConfigValue() #2 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1586): Jumbojett\OpenIDConnectClient->getProviderConfigValue() #3 /var/www/html/index.php(12): Jumbojett\OpenIDConnectClient->register() #4 {main}\n thrown in /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php on line 1435
The text was updated successfully, but these errors were encountered:
unrelated to this library. your self signed cert is not understood by openssl
Sorry, something went wrong.
No branches or pull requests
Installed the latest version with composer on a fresh ubuntu server. PHP 8.3.6 with CURL and JSON. Self signed cert but using the settings:
$oidc->setVerifyHost(false);
$oidc->setVerifyPeer(false);
PHP Fatal error: Uncaught Jumbojett\OpenIDConnectClientException: Curl error: (35) OpenSSL/3.0.13: error:0A00010B:SSL routines::wrong version number in /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php:1435
Stack trace:
#0 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(619): Jumbojett\OpenIDConnectClient->fetchURL()
#1 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(594): Jumbojett\OpenIDConnectClient->getWellKnownConfigValue()
#2 /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1586): Jumbojett\OpenIDConnectClient->getProviderConfigValue()
#3 /var/www/html/index.php(12): Jumbojett\OpenIDConnectClient->register()
#4 {main}\n thrown in /var/www/html/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php on line 1435
The text was updated successfully, but these errors were encountered: