I had self-certification for my Windows 11 Home client but seems i still a validation for side server?
'python -m pip install — ’
’ pip install — ’
All my env and PATH has been set to ok and system can detect the -v
‘pip 24.1.2 from C:\Python312\Lib\site-packages\pip (python 3.12)’
‘Python 3.12.4’
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)'))': /simple/proxyscrape/
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(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)'))) - skipping
Do you have a man in the middle (MitM) proxy that is changing the certificate seen by pip? If so you have to add your root CA used to replace the pypi certificate to your windows certificate store.