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
Various connection options have yet to be surfaced. This is one of them.
// WithCA configures the CAs used to validate the TLS certificate returned by// the ngrok service while establishing the session. Use this option only if// you are connecting through a man-in-the-middle or deep packet inspection// proxy.//// See the [root_cas parameter in the ngrok docs] for additional details.//// [root_cas parameter in the ngrok docs]: https://ngrok.com/docs/ngrok-agent/config#root_casfuncWithCA(pool*x509.CertPool) ConnectOption
The text was updated successfully, but these errors were encountered:
jtszalay
changed the title
[ngrok ConnectionOption] WithCA
Stretch: [ngrok ConnectionOption] WithCA
Mar 18, 2023
Various connection options have yet to be surfaced. This is one of them.
The text was updated successfully, but these errors were encountered: