Re: Problem with Upstream over SSL

2013-12-05 Thread Maxim Dounin
Hello! On Thu, Dec 05, 2013 at 09:44:55AM -0500, cschiewek wrote: > I was proxying to an IIS server on 443 on nginx 1.1 on FreeBSD and it worked > perfectly fine. We moved to nginx 1.4 running on ubuntu and now it won't > work. > > The following works perfect: > > server { > location / {

Problem with Upstream over SSL

2013-12-05 Thread cschiewek
I was proxying to an IIS server on 443 on nginx 1.1 on FreeBSD and it worked perfectly fine. We moved to nginx 1.4 running on ubuntu and now it won't work. The following works perfect: server { location / { proxy_pass http://server.domain.com } } But when I change it to server {