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

LightOpenID throwing errors and authenticating users with null identifier #1389

Open
jondycz opened this issue Oct 13, 2023 · 0 comments
Open

Comments

@jondycz
Copy link

jondycz commented Oct 13, 2023

Bug, feature or question?

BUG:
LightOpenID throwing warnings and authenticating users with null identifier

[08-Aug-2023 21:15:03 Europe/Prague] PHP Warning:  get_headers(): SSL: Handshake timed out in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 518
[08-Aug-2023 21:15:03 Europe/Prague] PHP Warning:  get_headers(): Failed to enable crypto in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 518
[08-Aug-2023 21:15:03 Europe/Prague] PHP Warning:  get_headers(https://steamcommunity.com/openid/id/{REDACTED}): Failed to open stream: operation failed in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 518


[08-Aug-2023 21:51:03 Europe/Prague] PHP Warning:  file_get_contents(): SSL: Handshake timed out in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 549
[08-Aug-2023 21:51:03 Europe/Prague] PHP Warning:  file_get_contents(): Failed to enable crypto in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 549
[08-Aug-2023 21:51:03 Europe/Prague] PHP Warning:  file_get_contents(https://steamcommunity.com/openid/id/{REDACTED}): Failed to open stream: operation failed in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 549


[10-Aug-2023 23:17:43 Europe/Prague] PHP Warning:  Undefined array key "openid_identity" in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 1063
[10-Aug-2023 23:17:43 Europe/Prague] PHP Warning:  Undefined array key "openid_assoc_handle" in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 1065
[10-Aug-2023 23:17:43 Europe/Prague] PHP Warning:  Undefined array key "openid_signed" in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 1066
[10-Aug-2023 23:17:43 Europe/Prague] PHP Warning:  Undefined array key "openid_sig" in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 1067
[10-Aug-2023 23:17:43 Europe/Prague] PHP Warning:  Undefined array key "openid_return_to" in /HybridAuth/src/Thirdparty/OpenID/LightOpenID.php on line 1084

Version and provider

3.10.0

Steam - LightOpenID

Reproduction

Replace endpoint URL with random string to simulate failed connection.

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

1 participant