GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 99 forks source link

HTTP -> HTTPS redirect not firing #16

Closed paullewis closed 7 years ago

paullewis commented 7 years ago

Sup dude,

When I hit localhost:5000 on http I don't get a redirect to https. Looks like it knows about it:

http: TLS handshake error from [::1]:61421: tls: first record does not look like a TLS handshake

Should I expect it to redirect?

surma commented 7 years ago

I forgot to update the brew formula with the last release and you are using this via brew, right?

I updated the formula – can you retry?

paullewis commented 7 years ago

Aye, that's done it! 🎉