Re: SSL handshake errors when configured as a reverse proxy

2016-02-19 Thread Josh Jaques
Hi Andrew, To clarify the setup earlier, I continued to use the Ubuntu compiled version of NGINX from apt-get. The specific procedure I used to change the lib that NGINX would load was by replacing the libssl.so.1.0.0 and libcrypto.so.1.0.0 files in the path referenced by ldd for the NGINX bi

SSL handshake errors when configured as a reverse proxy

2016-02-18 Thread Josh Jaques
Recently I tried setting up a basic nginx reverse proxy in production on Ubuntu 14.04 using their default supported version of nginx 1.4.6. Basic config as follows: server { listen 127.0.0.1:443; server_name myhost.ca; ssl on; ssl_certificate /etc/nginx/certs/cert.chained.with