skip to Main Content

pip3 Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate – CentOS

I installed python3.7 from here https://tecadmin.net/install-python-3-6-on-centos/ When trying to use/upgrade/install pip I got the following error: [cloudera@quickstart Python-3.7.6rc1]$ sudo pip3 install --upgrade WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.…

VIEW QUESTION

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) – Debian

There are a ton of posts about this. I have looked at so many of them. Zero of the fixes seem to work. (main)> PayPal::SDK::Subscriptions::Plan.all Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token Request.body=grant_type=client_credentials request.header={"User-Agent"=>"PayPalSDK/PayPal-Subscriptions-Ruby-SDK 0.3.1 (paypal-sdk-core 1.7.4; ruby 2.6.6p146-x86_64-linux;OpenSSL 1.1.1d 10 Sep 2019)", "Content-Type"=>"application/x-www-form-urlencoded", "Authorization"=>"Basic…

VIEW QUESTION

Missing asn1.h on httpd build from source – Apache

i have been trying to build httpd-2.4.43 from source and i included OpenSSL-fips-2.0.16. However, i encountered an error during build process of httpd. see below; make[2]: Entering directory `/root/httpd/httpd-2.4.43/support' /root/httpd/httpd-2.4.43/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -I/opt/openssl-fips-2.0.16/include -g -O2 -pthread -DLINUX -D_REENTRANT…

VIEW QUESTION
Back To Top
Search