spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

certs required? #255

Closed mitchellsimoens closed 8 years ago

mitchellsimoens commented 8 years ago

Are the key, cert and ca configs required? In production I use AWS Elastic Beanstalk which handles the cert stuff so in my node app I do not have access to them (or need to have access to it) but I'm getting a 502 Bad Gateway while it works locally where I have a self-signed cert. Tried passing the ssl config but that made no difference either.

indutny commented 8 years ago

Hello!

If I understood it right - you are running a node-spdy server behind an AWS TLS balancer. If this is the case - I would suggest using plain: true, ssl: false options.

Hopefully it will help, Fedor.

mitchellsimoens commented 8 years ago

Sorry, meant to close this. The real issue here, and sorry for spamming your issues, is that AWS EB doesn't support http/2 yet.