Skip to content
New issue

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

Curl error: (35) OpenSSL/3.0.13: error:0A00010B:SSL #434

Closed
atilling opened this issue Sep 7, 2024 · 1 comment
Closed

Curl error: (35) OpenSSL/3.0.13: error:0A00010B:SSL #434

atilling opened this issue Sep 7, 2024 · 1 comment

Comments

@atilling
Copy link

atilling commented Sep 7, 2024

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

@DeepDiver1975
Copy link
Collaborator

unrelated to this library. your self signed cert is not understood by openssl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants