"K. Elo" writes:
> ...
> I still wonder why openSuSE certificates are not working out-of-box
> with python. Maybe some of the packages were not correctly installed...
Certificates have a validity period -- usually, they need to be
renewed from time to time (to get a new vality period).
--
https
Hi!
14.01.2016, 09:59, dieter wrote:
"SSL_VERIFICATION_FAILED" is an error which occurs when
an SSL ("https") connection is established. It happens when
the SSL certificate (of the server and/or client) does not contain
expected data - e.g. the certificate is no longer (or not yet) valid
or its
"K. Elo" writes:
> I have written I small python script for twitter mining utilising the
> 'tweepy' library. Since a couple of days I cannot use the script
> anymore, due to a "ssl certificate verification failed" error. The
> authentication with Twitter API succeess, but when I try to run the
>