I love this project but putting my IoT Kubernetes cluster behind it cannot be done right now I think. First because it would be very troublesome to give access to all those let's encrypt auto-renewed certificates to this app and restart it when one changes and second because it does not support one target having multiple TLS certs depending on the SNI.
So my question is: Would it be possible to go one layer below TLS and do socket level sendfile(2) to forward the packets without decrypting the content. Do you think this would be possible?
Thanks for the project already
I love this project but putting my IoT Kubernetes cluster behind it cannot be done right now I think. First because it would be very troublesome to give access to all those let's encrypt auto-renewed certificates to this app and restart it when one changes and second because it does not support one target having multiple TLS certs depending on the SNI.
So my question is: Would it be possible to go one layer below TLS and do socket level sendfile(2) to forward the packets without decrypting the content. Do you think this would be possible?
Thanks for the project already