connectionpool.py", line 764, in _new_connrequests.packages.urllib3.exceptions.SSLError: Can't connect to HTTPS URL because the SSL module israise SSLError(e, request=request)
requests.excepti
我已经安装了nagios,我想安装nrpe。在安装NRPE时,当我执行时(/home/abc/nrpe/配置)它在到达下一行后停止checking for SSL headers...SSL headers found in /usr
checking for SSL libraries... configur
我正在尝试用pip安装pyOpenSSL,python版本是2.7,操作系统是linux。安装pyOpenSSL后,当我尝试导入python中的模块时,我得到了以下错误:[GCC 4.1.2 20080704(Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license&
ssl_tls: No module named ssl_tlsImportError: No module named ssl_tls。<module>所以这让我相信我没有正确地安装它。然而,我尝试了来自的所有3种安装方法,并且都没有任何错误。我还安装了SSL:apt-get install libssl-dev
My系统: Linux