Re: No CORS Workaround - SSL Proxy

2014-07-01 Thread Eric Swenson
Hello Maxim, On 6/22/14, 7:32 AM, "Maxim Dounin" wrote: >If there is nothing in error logs, and you are getting 502 errors, >then there are two options: > >1. The 502 errors are returned by your backend, not generated by > nginx. > >2. You did something wrong while configuring error logs and/

Re: No CORS Workaround - SSL Proxy

2014-06-20 Thread Eric Swenson
Hello Maxim, On 6/20/14, 3:46 PM, "Maxim Dounin" wrote: >Hello! > >On Fri, Jun 20, 2014 at 07:32:36PM +, Eric Swenson wrote: > >[...] > >> This works fine. However, every once in a while (say, every >> week or so), traffic to https://app.example

No CORS Workaround - SSL Proxy

2014-06-20 Thread Eric Swenson
We run a API web service and have two web sites that access the web service via AJAX. The web sites are accessed via HTTPS and, for security reasons, we need to have the API web service also accessed by HTTPS. Due to the need to support the IE9 browser, which does not properly support CORS, we