> Thank you for the quick reply. > > I'm not sure how to check whether uwsgi is setting the > wsgi_url_scheme. A quick search of this group and the uwsgi wiki > provided no direction. How can I check this?
There are two (very old) threads on the official uWSGI list about https and scheme. uWSGI supports setting the scheme in two way, via the (non-standard) UWSGI_SCHEME var or via the standard HTTPS cgi variable. I suggest you to add the UWSGI_SCHEME var to uwsgi_params configuration: UWSGI_SCHEME $scheme; -- Roberto De Ioris http://unbit.it

