Mailing List Archive

[clamav-users] SSL issue
Hello,
I'm trying to install 'cvdupdate' on my Windows 2012 R2 server but hit this error.
Could someone help?
---

C:\Python38\Scripts>pip3.exe install cvdupdate
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
Y_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
Y_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
Y_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
Y_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
Y_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
Could not fetch URL https://pypi.org/simple/cvdupdate/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded
with url: /simple/cvdupdate/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate
chain (_ssl.c:1108)'))) - skipping
ERROR: Could not find a version that satisfies the requirement cvdupdate (from versions: none)
ERROR: No matching distribution found for cvdupdate
WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
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 u
rl: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.
c:1108)'))) - skipping

C:\Python38\Scripts>
---
Thanks
Re: [clamav-users] SSL issue [ In reply to ]
well. your system cannot verify ssl connection certificate.

something wrong with your local ca/root certificates..

Eero

On Sat 19. Feb 2022 at 2.52, Eliya Voldman via clamav-users <
clamav-users@lists.clamav.net> wrote:

> Hello,
>
> I'm trying to install 'cvdupdate' on my Windows 2012 R2 server but hit
> this error.
>
> Could someone help?
>
> ---
>
>
>
> C:\Python38\Scripts>pip3.exe install cvdupdate
>
> WARNING: pip is being invoked by an old script wrapper. This will fail in
> a future version of pip.
>
> Please see https://github.com/pypa/pip/issues/5599 for advice on fixing
> the underlying issue.
>
> To avoid this problem you can invoke Python with '-m pip' instead of
> running pip directly.
>
> WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
>
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
> status=None)) after connection broken by
> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>
> Y_FAILED] certificate verify failed: self signed certificate in
> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None,
> status=None)) after connection broken by
> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>
> Y_FAILED] certificate verify failed: self signed certificate in
> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None,
> status=None)) after connection broken by
> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>
> Y_FAILED] certificate verify failed: self signed certificate in
> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None,
> status=None)) after connection broken by
> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>
> Y_FAILED] certificate verify failed: self signed certificate in
> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None,
> status=None)) after connection broken by
> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>
> Y_FAILED] certificate verify failed: self signed certificate in
> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
> Could not fetch URL https://pypi.org/simple/cvdupdate/: There was a
> problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org',
> port=443): Max retries exceeded
>
> with url: /simple/cvdupdate/ (Caused by
> SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]
> certificate verify failed: self signed certificate in certificate
>
> chain (_ssl.c:1108)'))) - skipping
>
> ERROR: Could not find a version that satisfies the requirement cvdupdate
> (from versions: none)
>
> ERROR: No matching distribution found for cvdupdate
>
> WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
>
> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
>
> 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 u
>
> rl: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL:
> CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed
> certificate in certificate chain (_ssl.
>
> c:1108)'))) - skipping
>
>
>
> C:\Python38\Scripts>
>
> ---
>
> Thanks
>
>
> _______________________________________________
>
> clamav-users mailing list
> clamav-users@lists.clamav.net
> https://lists.clamav.net/mailman/listinfo/clamav-users
>
>
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
>
> http://www.clamav.net/contact.html#ml
>
Re: [clamav-users] SSL issue [ In reply to ]
On 19.02.22 05:54, Eero Volotinen wrote:
>well. your system cannot verify ssl connection certificate.
>
>something wrong with your local ca/root certificates..

probably intercepting proxy or some kind of security firewall with ssl
decryption.

>On Sat 19. Feb 2022 at 2.52, Eliya Voldman via clamav-users <
>clamav-users@lists.clamav.net> wrote:
>> I'm trying to install 'cvdupdate' on my Windows 2012 R2 server but hit
>> this error.
>>
>> Could someone help?
>>
>> ---
>>
>>
>>
>> C:\Python38\Scripts>pip3.exe install cvdupdate
>>
>> WARNING: pip is being invoked by an old script wrapper. This will fail in
>> a future version of pip.
>>
>> Please see https://github.com/pypa/pip/issues/5599 for advice on fixing
>> the underlying issue.
>>
>> To avoid this problem you can invoke Python with '-m pip' instead of
>> running pip directly.
>>
>> WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
>>
>> WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
>>
>> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
>>
>> WARNING: Ignoring invalid distribution -p (c:\python38\lib\site-packages)
>>
>> WARNING: Ignoring invalid distribution -ip (c:\python38\lib\site-packages)
>>
>> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
>>
>> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
>> status=None)) after connection broken by
>> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
>>
>> Y_FAILED] certificate verify failed: self signed certificate in
>> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/


--
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Silvester Stallone: Father of the RISC concept.

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Re: [clamav-users] SSL issue [ In reply to ]
it might be wise to test if other / all ssl services contains same issue.

https://docs.pingidentity.com/bundle/solution-guides/page/iqs1569423823079.html


Eero

On Sat 19. Feb 2022 at 9.47, Matus UHLAR - fantomas <uhlar@fantomas.sk>
wrote:

> On 19.02.22 05:54, Eero Volotinen wrote:
> >well. your system cannot verify ssl connection certificate.
> >
> >something wrong with your local ca/root certificates..
>
> probably intercepting proxy or some kind of security firewall with ssl
> decryption.
>
> >On Sat 19. Feb 2022 at 2.52, Eliya Voldman via clamav-users <
> >clamav-users@lists.clamav.net> wrote:
> >> I'm trying to install 'cvdupdate' on my Windows 2012 R2 server but hit
> >> this error.
> >>
> >> Could someone help?
> >>
> >> ---
> >>
> >>
> >>
> >> C:\Python38\Scripts>pip3.exe install cvdupdate
> >>
> >> WARNING: pip is being invoked by an old script wrapper. This will fail
> in
> >> a future version of pip.
> >>
> >> Please see https://github.com/pypa/pip/issues/5599 for advice on fixing
> >> the underlying issue.
> >>
> >> To avoid this problem you can invoke Python with '-m pip' instead of
> >> running pip directly.
> >>
> >> WARNING: Ignoring invalid distribution -p
> (c:\python38\lib\site-packages)
> >>
> >> WARNING: Ignoring invalid distribution -ip
> (c:\python38\lib\site-packages)
> >>
> >> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
> >>
> >> WARNING: Ignoring invalid distribution -p
> (c:\python38\lib\site-packages)
> >>
> >> WARNING: Ignoring invalid distribution -ip
> (c:\python38\lib\site-packages)
> >>
> >> WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
> >>
> >> WARNING: Retrying (Retry(total=4, connect=None, read=None,
> redirect=None,
> >> status=None)) after connection broken by
> >> 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIF
> >>
> >> Y_FAILED] certificate verify failed: self signed certificate in
> >> certificate chain (_ssl.c:1108)'))': /simple/cvdupdate/
>
>
> --
> Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
> Warning: I wish NOT to receive e-mail advertising to this address.
> Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
> Silvester Stallone: Father of the RISC concept.
>
> _______________________________________________
>
> clamav-users mailing list
> clamav-users@lists.clamav.net
> https://lists.clamav.net/mailman/listinfo/clamav-users
>
>
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
>
> http://www.clamav.net/contact.html#ml
>