stefanjudis / is-http2

Module to check for http/2 support
MIT License
14 stars 4 forks source link

Connection to host failed #7

Open gmetais opened 8 years ago

gmetais commented 8 years ago

Hi Stefan!

I have this sub-domain that's failing: m.lequipe.fr

> is-http2 m.lequipe.fr

Connection to host `m.lequipe.fr` failed.

I tried the openssl command:

> openssl s_client -connect m.mobile.fr:80 -servername m.mobile.fr -nextprotoneg ""

gethostbyname failure
connect:errno=0

I wonder if this is something that could be worked around. Or maybe it means that the server is HTTP/1.* only and is-http2 should respond false.

stefanjudis commented 8 years ago

@gmetais uuups. I missed that one. Still an issue here?

gmetais commented 8 years ago

I can't test cause I'm travelling without my computer. Does it work for you?

Le 9 févr. 2016 à 09:39, Stefan Judis notifications@github.com a écrit :

@gmetais uuups. I missed that one. Still an issue here?

— Reply to this email directly or view it on GitHub.