ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

tunneldriver: add Renegotiation to forwarding tls config #314

Closed jrobsonchase closed 8 months ago

jrobsonchase commented 8 months ago

What

Some backends do odd tls things, like request renegotiation. By default, Go rejects these. In the spirit of making this "just work", allow them to renegotiate freely, since we're already accepting whatever cert they provide.

Eventually, we should make this configurable, but not today.

jrobsonchase commented 8 months ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.