You are viewing a single comment's thread from:
RE: Announcing BeyondBoinc.Net - A Steemit backed blog (Glasnost v0.8)
3 hours later
How on earth have I caused a 502 Bad Gateway? Damn you nginx!
[error] 4787#4787: *1 SSL_do_handshake() failed (SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol) while SSL handshaking to upstream
Edit: 3.5hrs later, it was a single 's' character causing all the problems!
proxy_pass https://127.0.0.1:8081;
changed to:
proxy_pass http://127.0.0.1:8081;