meteorhacks / mup-frontend-server

Frontend Server for Meteor Up
37 stars 35 forks source link

error verifying ssl #8

Open markshust opened 8 years ago

markshust commented 8 years ago

I'm running the verify.sh from the README, however I'm receiving this error back:

nginx: [emerg] host not found in upstream "backend:80" in /opt/nginx/conf/nginx.conf:18
nginx: configuration file /opt/nginx/conf/nginx.conf test failed

This appears to be unrelated to the actual verification of the SSL cert.

littleStudent commented 8 years ago

i am having the same problem. any solutions?

markshust commented 8 years ago

I bypassed the verification and fixed my cert with this https://gist.github.com/markoshust/c3db6c1d48d6c723b18c

I'm not sure why backend is not found in upstream though (haven't looked into it).