Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056).
certifi.sudo "/Applications/Python 3.6/Install Certificates.command"
cURL error 60: See http://curl.haxx.se/libcurl/c/libcurl-errors.html
cacert.pem certificate file at https://curl.haxx.se/ca/cacert.pem and save it to the PHP installation path.php.ini file, delete the comment symbol ; before the curl.cainfo configuration item and set its value to the absolute path of the cacert.pem certificate file.php.ini. For example, to check whether an Apache hosted service using PHP 7.1 in Linux enables php_curl extension, access /etc/php/7.1/apache2/php.ini and check for the extension=php_curl.dll configuration item. Delete the comment symbol (if any) before the configuration item and restart Apache.Exception in thread "main" java.lang.NoSuchMethodError: okio.BufferedSource.rangeEquals(JLokio/ByteString;)Z
pom.xml dependency, then okio 1.6.0 will be used, resulting in an error. Perform the following steps to solve this problem until SDK is upgraded to okhttp3:pom.xml.pom.xml file. If the SDK has been compiled early, delete the Maven cached okhttp package. In this example, the okhttp3-dependent CMQ SDK is also used:<dependency><groupId>com.qcloud</groupId><artifactId>cmq-http-client</artifactId><version>1.0.7</version></dependency><dependency><groupId>com.tencentcloudapi</groupId><artifactId>tencentcloud-sdk-java</artifactId><version>3.1.59</version></dependency>
Feedback