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
Currently the plugin code on Linux only checks the default OS certificate store even though some logging potentially suggests otherwise.
Many enterprise contexts commonly use self-signed certificate chains, including Kubernetes clusters. The lack of this feature complicates building a pure Pharo HTTP client for these use cases.
Additional context can be found in Discord discussion.