Error: 12029 with h2o HTTP/2 test ?

Hi I am trying recreate my Nginx SPDY SSL World Flags test site using h2o HTTP/2 server but when I run webpagetest.org for the h2o HTTP/2 test server I get Error: 12029 ?

Nginx SPDY World Flags
http://www.webpagetest.org/result/150319_7K_2bcded7733d0fd702885e1641e1b68ec/

h2o HTTP/2 World Flags
http://www.webpagetest.org/result/150319_YA_6e3f86a4003af664574c7b7634543dd9/

webpagtest.org supports HTTP/2 yet ?

thanks

George

Looks like it’s working now http://www.webpagetest.org/video/compare.php?tests=150319_D7_01e30c10d158f75babc48ea6417497e0%2C150319_7K_2bcded7733d0fd702885e1641e1b68ec&thumbSize=100&ival=100&end=visual :slight_smile:

12029 is either a DNS lookup failure or a socket connection failure (can’t remember which off the top of my head) and should be independent of HTTP/2 support.

According to Search · 12029 · GitHub this error code can mean ERR_ADDRESS_UNREACHABLE, ERR_CONNECTION_REFUSED, or ERR_CONNECTION_TIMED_OUT.

thanks was my CSF Firewall on the server blocking the port heh