Welcome! Log In Create A New Profile

Advanced

Re: [PATCH v2] uwsgi over ssl

December 04, 2013 11:00AM
> Hello!
>
> On Tue, Nov 19, 2013 at 11:24:50AM +0100, Roberto De Ioris wrote:
>
>> Hi, this is a new patch for uwsgi over ssl support aimed at nginx 1.5.x
>>
>> It now exposes 4 options:
>>
>> uwsgi_ssl
>>
>> uwsgi_ssl_session_reuse
>>
>> uwsgi_ssl_protocols
>>
>> uwsgi_ssl_ciphers
>
> Sorry for long delay. I've looked into this, and I tend to think
> that "uwsgi_ssl" is a wrong aproach. E.g., consider the following
> configuration:
>
> location / {
> uwsgi_pass upstream1;
> uwsgi_ssl on;
>
> location /nested/ {
> uwsgi_pass upstream2;
> uwsgi_ssl_protocols TLSv2;
> }
> }
>
> Requests to upstream2 will use SSL, but uwsgi_ssl_protocols won't
> have any effect. While this is easy to fix, this is certainly
> counter-intuitive.
>
> Instead, I think it would be better to use something like this:
>
> uwsgi_pass uwsgis://upstream;
>

in uWSGI it is marked as "suwsgi" (secure uwsgi), so i think it would be
better to call it in the same way ;)

A part from this it is +1 for me

--
Roberto De Ioris
http://unbit.it

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH v2] uwsgi over ssl Attachments

roberto 1281 November 26, 2013 11:39AM

Re: [PATCH v2] uwsgi over ssl

Maxim Dounin 515 December 04, 2013 10:52AM

Re: [PATCH v2] uwsgi over ssl

roberto 710 December 04, 2013 11:00AM

Re: [PATCH v2] uwsgi over ssl

Maxim Dounin 469 December 04, 2013 02:04PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 154
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready