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
fix(stackable-webhook): Explicitly set the TLS provider for the ServerConfig, and enable "safe" protocols (#778)
* fix(stackable-webhook): rustls now requires a global provider to be set, or explicity pass in via the server/client config.
Normally this would be set by the application, and not in a library, however this library is to remove so much boiler plate from our applications.
* docs(stackable-webhook): update changelog
* chore(stackable-webhook): explicitly set accepted TLS protocol versions
0 commit comments