I just download uwsgi source from web site, and make it. I do not know where to configure uWSGI with SSL support. Is there any detail information about it. Thanks!
On Tue, Feb 10, 2015 at 4:14 PM, Aarni Koskela <[email protected]> wrote: > If you have compiled uWSGI with SSL support, it will link against some > version of OpenSSL, most likely the system default. > > At a hunch, that could be the problem here. > > Aarni > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Jerry OELoo > Sent: 10. helmikuuta 2015 5:22 > To: [email protected] > Subject: [uWSGI] [UWSGI] Why python load different library in uwsgi > > Hi All: > I am using uwsgi 2.0.8 for my web app. > I use a python script, ex, api.py. > and in api.py I am using CDLL to load abc.so library. and I am linking abc.so > with openssl 1.0.2 staticly. > > so, when I using command "python api.py", It will output openssl version with > 1.0.2 But when I using uwsgi to load api.py, It will output openssl version > with 1.0.1f which is system default installed openssl library. > > I am curious that about this strange behavior, Please give me some > suggestions. Thanks! > > -- > Rejoice,I Desire! > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi -- Rejoice,I Desire! _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
