ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

Feature Request: Disable TLS certificate validation for upstream services #88

Closed shubcodes closed 3 months ago

shubcodes commented 5 months ago

TLS backend requires SSL_CERT_FILE With use case SSL_CERT_FILE is not available on session start As with the ngrok agent and the ngrok-go sdk allow the option to disable certificate validation

bobzilladev commented 3 months ago

validate_upstream_tls has been merged and released for rust, python, and javascript.