Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
debian uwsgi未使用ssl支持构建_Ssl_Websocket_Debian_Uwsgi_Apt - Fatal编程技术网

debian uwsgi未使用ssl支持构建

debian uwsgi未使用ssl支持构建,ssl,websocket,debian,uwsgi,apt,Ssl,Websocket,Debian,Uwsgi,Apt,我最近通过aptitude在debian上安装了uwsgi 2.0.3。 现在我尝试运行默认的websocket示例,但日志告诉我: you need to build uWSGI with SSL support to use the websocket handshake api function !!! [uwsgi-perl error] unable to complete websocket handshake at ... 我有点困惑,因为我找不到ssl插件,也看不到任何打开/关

我最近通过aptitude在debian上安装了uwsgi 2.0.3。 现在我尝试运行默认的websocket示例,但日志告诉我:

you need to build uWSGI with SSL support to use the websocket handshake api function !!!
[uwsgi-perl error] unable to complete websocket handshake at ...
我有点困惑,因为我找不到ssl插件,也看不到任何打开/关闭ssl支持的选项。我真的很想坚持使用智能,手动安装uwsgi不是首选,而且我也不知道如何手动启用它

有人知道如何以智能的方式在debian中启用uwsgi ssl支持吗

顺便说一句。 我还用智能删除了uwsgi——清除uwsgi 安装了libssl dev并重新安装了uwsgi
但是没有运气:(

如果你想要SSL支持,你必须自己编译uwsgi。Debian还没有打包一个支持SSL的uwsgi版本。我知道,更新很烦人……但是你没有选择


您只需要运行
apt get install build sential python dev libssl dev
,然后
python uwsgiconfig.py

真遗憾,我问软件包维护人员是否有机会获得此集成版…谢谢回复