HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

pip list - SSL: UNKNOWN_PROTOCOL #270

Closed MagnaFrisia90 closed 1 year ago

MagnaFrisia90 commented 1 year ago

Hello, to solve #269 I tried to install ansible with "pip3 install ansible" but I get the following error:

Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:877)'),)) - skipping

Also "pip3 list" & "pip list" print the same error. I am using a http_proxy. This squid receives the request - log entry:

1.2.3.4 - - [01/Mar/2023:14:44:30 +0100] "NONE error:invalid-request HTTP/1.1" 400 342 NONE:HIER_NONE

I have already talked to the Proxy-Admin about this. No further information can be provided. So basically pip seems to be sending a wrong/malformed HTTP(s) request. Does anybody run his envoirnment behind a proxy ? Or experienced the same issue? Any ideas how to solve this ?

Thanks in advance ! Kind regards

MagnaFrisia90 commented 1 year ago

not an issue, moved to discussion