You are not logged in.

#1 2020-01-26 11:54:13

andrew-wja
Member
Registered: 2012-01-09
Posts: 8

[FIXED] AUR SSL certs are broken

from aurman -Syyu, but I get the same message from other AUR helpers:

:: Synchronizing package databases...
 core                                                                                                              133.5 KiB  3.95 MiB/s 00:00 [########################################################################################] 100%
 extra                                                                                                            1643.2 KiB  22.0 MiB/s 00:00 [########################################################################################] 100%
 community                                                                                                           4.8 MiB  33.4 MiB/s 00:00 [########################################################################################] 100%
 multilib                                                                                                          161.7 KiB  52.6 MiB/s 00:00 [########################################################################################] 100%
:: Starting full system upgrade...
 there is nothing to do

~~ initializing aurman...
2019-12-15 19:46:18,584 - aur_utilities - get_aur_info - ERROR - Connection problem while requesting AUR info for ['yay', 'kodi-standalone-service', 'aurman', 'plex-media-server']
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 665, in urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 376, in _make_request
    self._validate_conn(conn)
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn
    conn.connect()
  File "/usr/lib/python3.8/site-packages/urllib3/connection.py", line 352, in connect
    self.sock = ssl_wrap_socket(
  File "/usr/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)

I truncated this but it has one error for every package that needs updating

Last edited by andrew-wja (2020-01-26 12:00:41)

Offline

#2 2020-01-26 12:01:04

andrew-wja
Member
Registered: 2012-01-09
Posts: 8

Re: [FIXED] AUR SSL certs are broken

My bad: I had forgotten to

sudo timedatectl set-ntp true 

Offline

Board footer

Powered by FluxBB