reading-and-annotate-nghttp2
reading-and-annotate-nghttp2 copied to clipboard
nghttpx1+(nghttpx2+squid)实现代理出错
浏览器报错:503 nghttpx2报错: 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_connection_handler.cc:363) [LISTEN:0x7ffc7796b880] Accepted connection from 192.168.1.107, fd=9 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_connection.cc:403) tls: handshake libssl error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_client_handler.cc:491) [CLIENT_HANDLER:0x2190a90] Deleting 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_client_handler.cc:514) [CLIENT_HANDLER:0x2190a90] Deleted 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_connection_handler.cc:363) [LISTEN:0x7ffc7796b880] Accepted connection from 192.168.1.107, fd=9 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_connection.cc:403) tls: handshake libssl error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_client_handler.cc:491) [CLIENT_HANDLER:0x2190a90] Deleting 2017-11-23T16:27:11.359+08:00 21485 21485 b02c69e6 INFO (shrpx_client_handler.cc:514) [CLIENT_HANDLER:0x2190a90] Deleted 我已经部署半个月了,都不知道怎么用,求助!
全部用明文可以走通,但是一端使用h2代理的时候就会出错,如果是装nghttpx的机子,本机直接代理http2代理,前端h2,后面http1.1,可以走通,但是一旦作为公共的就报错了,想弄两台主机中间走http2.0,就报了上面的错误,求解!