-
-
Notifications
You must be signed in to change notification settings - Fork 429
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 param sslContextFactory when creating a HTTP or web socket client #3356
Conversation
@lolodomo you need to change the PR title from 'sslConextFactory' => 'sslContextFactory' |
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
d662050
to
ca5c336
Compare
Done, thank you. |
The goal of this enhancement is to allow the bindings to be able to use these methods more often for secured connections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
...ab.core.io.net/src/main/java/org/openhab/core/io/net/http/internal/WebClientFactoryImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…openhab#3356) * Add param sslContextFactory when creating a HTTP or web socket client Signed-off-by: Laurent Garnier <lg.hc@free.fr> GitOrigin-RevId: f977a59
Signed-off-by: Laurent Garnier lg.hc@free.fr