Heinrich
Heinrich
We had the same thing. Thanks for the fixes: ```ruby OpenIDConnect.http_config do |c| c.ssl_config.clear_cert_store c.ssl_config.cert_store.set_default_paths end Rack::OAuth2.http_config do |c| c.ssl_config.clear_cert_store c.ssl_config.cert_store.set_default_paths end WebFinger.http_config do |c| c.ssl_config.clear_cert_store c.ssl_config.cert_store.set_default_paths end ```
Hi Is there any update regarding this? I just ran into the same problem. Thanks for any input
Thanks you for the quick response