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

Add SslOptions with Supplier of SSLParameters #4033

Closed

Receive Supplier of SSLParameters in SslOptions

f3a4b01
Select commit
Loading
Failed to load commit list.
Closed

Add SslOptions with Supplier of SSLParameters #4033

Receive Supplier of SSLParameters in SslOptions
f3a4b01
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 28, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 368 in src/main/java/redis/clients/jedis/SslOptions.java

See this annotation in the file changed.

Code scanning / CodeQL

`TrustManager` that accepts all certificates High

This uses
TrustManager
, which is defined in
SslOptions$
and trusts any certificate.