Blog icon indicating copy to clipboard operation
Blog copied to clipboard

MyBlog

Results 62 Blog issues
Sort by recently updated
recently updated
newest added

# 一、现象 在Centos7环境下,执行curl命令报错: ``` curl: (1) Protocol "https" not supported or disabled in libcurl ``` # 二、解决方法 ## 1、检查curl版本情况 ``` [root@~]# curl -V curl 7.55.1 (x86_64-pc-linux-gnu) libcurl/7.55.1 Release-Date: 2017-08-14 Protocols:...

Linux

# 一、现象 环境:Python 3.7.2 现象:Python文件中引入了requests库,在执行的时候报错如下: ```bash ImportError: urllib3 v2.0 only suports Openssl 1.1.1+, currently the 'ssl' module is compiled with openssL 1.0.2k-fips 26 Jan 2017. See: https://github.Com/urllib3/urllib3/issues/2168 ``` # 二、解决方法...

Python