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
setting SKIP_SSL_VERIFICATION to true while running edge would still make edge verify ssl
SKIP_SSL_VERIFICATION
It would skip ssl and doesnt spit out failed to validate tokens
{"timestamp":"2024-11-13T04:35:53.856984Z","level":"INFO","fields":{"message":"Failed to validate tokens: [reqwest::Error { kind: Request, url: \"https://unleash.url.example/edge/validate\", source: hyper_util::client::legacy::Error(Connect, Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 167773200, library: \"SSL routines\", function: \"ssl3_read_bytes\", reason: \"sslv3 alert handshake failure\", file: \"../ssl/record/rec_layer_s3.c\", line: 1605, data: \"SSL alert number 40\" }]))) }, X509VerifyResult { code: 0, error: \"ok\" })) }]"},"target":"unleash_edge::http::unleash_client"}
No response
6.0.6
None
Self-hosted
The text was updated successfully, but these errors were encountered:
After testing, it seems setting it from cli with -s doesnt do anything either
-s
Sorry, something went wrong.
No branches or pull requests
Describe the bug
setting
SKIP_SSL_VERIFICATION
to true while running edge would still make edge verify sslSteps to reproduce the bug
Expected behavior
It would skip ssl and doesnt spit out failed to validate tokens
Logs, error output, etc.
Screenshots
No response
Additional context
No response
Unleash version
6.0.6
Subscription type
None
Hosting type
Self-hosted
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: