You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into the connect function of HttpClient in client.rs does the trick.
I'm not really sure why this has to be enabled manually in embedded-tls, however, if this is a common problem, it should be either configurable or enabled by default.
P.S.: Thanks for developing this great library :)
The text was updated successfully, but these errors were encountered:
When using embedded-tls connection to some http servers fails during key exchange, e.g. when querying
https://www.meteoblue.com/de/server/search/query3?query=Bonn
Apparently, this is the corresponding issue:
drogue-iot/embedded-tls#136
Log trace:
Injecting the line
into the connect function of
HttpClient
inclient.rs
does the trick.I'm not really sure why this has to be enabled manually in embedded-tls, however, if this is a common problem, it should be either configurable or enabled by default.
P.S.: Thanks for developing this great library :)
The text was updated successfully, but these errors were encountered: