The uWSGI SPDY router setup -
following instructions uwsgi spdy router docs didn't have luck.
i've tried on vagrant instance linux precise64 3.2.0-23-generic #36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 x86_64 x86_64 gnu/linux
under virtual environment.
$ python --version python 2.7.9
issuing following command derive manual fire server:
$ uwsgi --master --https2 addr==0.0.0.0:8443,cert=/home/vagrant/server.crt,key=/home/vagrant/server.key,spdy=asdf --module werkzeug.testapp:test_app --thunder-lock --socket=/tmp/uwsgi.sock --shared-socket :8443 -h /vagrant/venv/
note i'm forwarding host 8422 guest 8443.
the problem checking https://spdy.localhost:8442/
doesn't show werkzeug variables described in manual (spdy, spdy.version). uwsgi_router
has value of "http" if that's of significance.
$ openssl version openssl 1.0.1 14 mar 2012
werkzeug version 0.10.4
uwsgi.version '2.0.10'
i've made sure tat python doesn't produce insecure platform warning. openssl seems ok version according manual. there no warnings or meaningful info messages in log. doesn't use spdy routing seems.
what might cause of this?
Comments
Post a Comment