Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
337 views

Chrome err_spdy_protocol_error and Firefox using spdy without according headers

On Chrome, when calling my webpage, I get a err_spdy_protocol_error page. Also, an nginx ssl handshake error is thrown. This got me thinking, why is Chrome using SPDY to call my page and why does it ...
3x071c's user avatar
  • 113
8 votes
2 answers
11k views

Wildcard *.localhost SSL with Nginx and Chrome

I've attempted to set up a wildcard *.localhost for HTTP and HTTPS with Nginx proxying requests to localhost:3000. DNSmasq is used for resolving *.localhost to 127.0.0.1. Everything works fine for ...
thomasfedb's user avatar