-
Notifications
You must be signed in to change notification settings - Fork 41k
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
Consider how to provide SSL from ConnectionDetails #41137
Comments
I've looked at our SSL support possible:There are already properties to configure the SSL bundle to use.
SSL support not possibleSSL support with those is not possible (at least not without extending properties), as the properties don't allow for SSL configuration via a SSL bundle:
|
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
See gh-41137 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
mhalbritter
added a commit
that referenced
this issue
Feb 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to extend our
ConnectionDetails
abstraction to allow SSL based connections. The following two issues are blocked on this design work:The text was updated successfully, but these errors were encountered: