lwan icon indicating copy to clipboard operation
lwan copied to clipboard

Multiple listeners support

Open lpereira opened this issue 11 years ago • 2 comments
trafficstars

lpereira avatar Jan 08 '14 11:01 lpereira

I think my favorite part of this is that it might allow for the possibility of having the same server handle both HTTPS and HTTP (just having the 80 listener forcibly redirect to the https address).

HalosGhost avatar Jun 01 '16 18:06 HalosGhost

Well, not only that. You can use the NextProto field to serve any SSL/TLS connection from the same port. In Go we use it to serve HTTPS and gRPC on the same port for example.

fiorix avatar Jun 01 '16 18:06 fiorix