您好,匿名用户
随意问技术百科期待您的加入

GAE部署出现SSL Module 缺失错误

+1 投票

今天向GAE部署一个项目时出现了缺少SSL Module的错误。

2011-06-20 19:02:03,565 WARNING appengine_rpc.py:435 ssl module not found.
Without the ssl module, the identity of the remote host cannot be verified, and
connections may NOT be secure. To fix this, please install the ssl module from
http://pypi.python.org/pypi/ssl .
To learn more, see http://code.google.com/appengine/kb/g...

按照这篇Blog -> http://zzfei.com/gae-python-ssl/ 的方法安装了MinGW后还是不行。

running build
running build_py
running build_ext
building 'ssl._ssl2' extension
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\MinGW\GnuWin32\include -I./
ssl/2.5.1 -IE:\Python25\include -IE:\Python25\PC -c ssl/_ssl2.c -o build\temp.wi
n32-2.5\Release\ssl\_ssl2.o
ssl/_ssl2.c:85:25: fatal error: openssl/rsa.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1

然后搜索error: command 'gcc' failed with exit status 1没有找到解决方法。

大家是否遇到过类似的错误?是如何解决的呢?

用户头像 提问 2012年 12月1日 @ Caster 上等兵 (256 威望)
分享到:

2个回答

0 投票
ssl/_ssl2.c:85:25: fatal error: openssl/rsa.h: No such file or directory

变异的时候木有rsa.h这个头文件,需要安装libssl_dev这个库.

用户头像 回复 2012年 12月1日 @ Cassiopeia 上等兵 (317 威望)
+1 投票

添加参数 --insecure 可使用非安全连接

用户头像 回复 2013年 1月14日 @ Jax 上等兵 (324 威望)
提一个问题:

相关问题

0 投票
0 回复 21 阅读
0 投票
1 回复 32 阅读
用户头像 提问 2012年 12月1日 @ Lee Sin 上等兵 (347 威望)
0 投票
1 回复 34 阅读

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...