![]() |
Error: 12029 with h2o HTTP/2 test ? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Error: 12029 with h2o HTTP/2 test ? (/showthread.php?tid=13618) |
Error: 12029 with h2o HTTP/2 test ? - eva2000 - 03-19-2015 05:10 PM 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 RE: Error: 12029 with h2o HTTP/2 test ? - eva2000 - 03-19-2015 06:24 PM 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 ![]() RE: Error: 12029 with h2o HTTP/2 test ? - pmeenan - 03-20-2015 05:16 AM 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. RE: Error: 12029 with h2o HTTP/2 test ? - rviscomi - 03-21-2015 03:01 PM According to https://github.com/WPO-Foundation/webpagetest/search?q=12029 this error code can mean ERR_ADDRESS_UNREACHABLE, ERR_CONNECTION_REFUSED, or ERR_CONNECTION_TIMED_OUT. RE: Error: 12029 with h2o HTTP/2 test ? - eva2000 - 03-23-2015 09:25 PM thanks was my CSF Firewall on the server blocking the port heh |