wget says The certificate has expired

This forum is for discussion about general software issues.

Re: wget says The certificate has expired

Postby pejobo » Thu Mar 30, 2023 12:17 pm

This has been resolved by a recent update for me on my Raspberry Pi 3.
So everything is working now as expected.
pejobo
 
Posts: 50
Joined: Tue Apr 07, 2015 5:42 pm

Re: wget says The certificate has expired

Postby deastnoms » Fri Mar 31, 2023 11:33 am

I think I've found direct cause of the problem... When wget checks certificate validity it compares current time as time_t (which should be "long long int") with the result of gnutls_x509_crt_get_expiration_time function that should also return time_t. Problem is when getting current time it gets 32 bits of data (of course it's really 64, but top half is filled with zeroes) while the certificate validity returns 64 bits with the "correct" 32 being the lowest half. If you compare both times directly it gives you an error but if you cast the certificate time to unsigned long first it returns correct comparison and everything seems to be working fine. [url="https://sites.google.com/view/pikashow-apk-dl/"]pikashow[/url]

[url="https://19216811.bid/tplinklogin/"]tplink login[/url]
Last edited by deastnoms on Wed Apr 05, 2023 12:22 pm, edited 1 time in total.
deastnoms
 
Posts: 1
Joined: Fri Mar 31, 2023 10:02 am

Re: wget says The certificate has expired

Postby pejobo » Fri Mar 31, 2023 10:35 pm

pejobo
 
Posts: 50
Joined: Tue Apr 07, 2015 5:42 pm

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 4 guests