这个报错还是头一次遇到,简单查了一些资料说的是因为python在源码编译安装的时候没有指定配置ssl,所以导致了无法导入该模块的问题,解决办法就是需要在系统层面安装好openssl,之后重新编译安装python3.6,既然清楚了原因就好针对性入手了,下面记录一下自己的实际解决方案,亲测可行。 openssl下载地址在这里。 接下来安装openssl...
head/tail及常用选项 python安装提示No module named setuptools,wget提示ERROR 403: SSL is required centos防火墙iptables的配置简单整理 top命令查看服务器状况时的快捷键、交互命令及切换排序方式 php进行curl报错Protocol https not supported or disabled in libcurl及微信第三方发布代码报错85008:category is in ...
# the VirtualHost statement in /etc/apache2/sites-available/default-ssl # to <VirtualHost *:443> # Server Name Indication for SSL named virtual hosts is currently not # supported by MSIE on Windows XP. NameVirtualHost *:443 Listen 443 </IfModule> <IfModule mod_gnutls.c> Listen 443 </I...
"not_vulnerable", "compression": "", "protocols": { "tlsv1.2": "1", "tlsv1.1": "1", "tlsv1.0": "1", "sslv3": "", "sslv2": "" }, "used_ciphersuite": { "name": "ECDHE-RSA-AES256-GCM-SHA384", "bits": "256" }, "tls_fallback_scsv": "supported", "strict_transp...
# this is an exceptionally annoying and stupid workaround for TLS1 errors on osx el cap # https://github.com/ansible/ansible/issues/33417 # todo: find a better way to solve this! vars: ansible_python_interpreter: python3 That's... annoying! This...
I have tried my implementation (included Docker version and config and Virtual Environment config) on a different server and it works as expected. I don't understand why it is not working on this server. But the Python interpreter is the same (It is a centralized Python interpreter on a mo...
head/tail及常用选项 python安装提示No module named setuptools,wget提示ERROR 403: SSL is required centos防火墙iptables的配置简单整理 top命令查看服务器状况时的快捷键、交互命令及切换排序方式 php进行curl报错Protocol https not supported or disabled in libcurl及微信第三方发布代码报错85008:category is in ...
head/tail及常用选项 python安装提示No module named setuptools,wget提示ERROR 403: SSL is required centos防火墙iptables的配置简单整理 top命令查看服务器状况时的快捷键、交互命令及切换排序方式 php进行curl报错Protocol https not supported or disabled in libcurl及微信第三方发布代码报错85008:category is in ...
head/tail及常用选项 python安装提示No module named setuptools,wget提示ERROR 403: SSL is required centos防火墙iptables的配置简单整理 top命令查看服务器状况时的快捷键、交互命令及切换排序方式 php进行curl报错Protocol https not supported or disabled in libcurl及微信第三方发布代码报错85008:category is in ...
#890 is getting long, so I'm creating this issue to zoom out a bit. The Original Problem On Python versions prior to 2.7.9, urllib3 (and therefore Requests, and therefore Compose) outputs an InsecurePlatformWarning, because Python prior ...