devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Using goquic in front of SNI HTTP proxy #59

Open mcassaniti opened 6 years ago

mcassaniti commented 6 years ago

I have an nginx reverse proxy that is handling TLS termination for my websites. It's using virtual hosts to direct the traffic to the correct backend servers. There's nothing special about this setup.

I wanted to know if I could use goquic in front of nginx to handle the TLS termination, convert nginx to handle HTTP only, and have still direct the backend traffic. I haven't tried this configuration for myself, but I thought it worthwhile to ask. I'm thinking that I won't be the last person to ask.