-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update outdated issuer certificate #4
base: master
Are you sure you want to change the base?
Conversation
Hey, I think an additional issue has popped up.
is thrown when using a fork using your fix. A bit more is described on this issue. This error is the last after executing the quick start |
@General-Zimmer Sounds like the same issue, just another certificate expired. Feel free to use newer ones (freshly exported from https://download.planetaryannihilation.net/ using chrome > preview cert > export ): Amazon M03 (in theory) valid till 24.08.2030
and/or: Amazon Root CA1 (in theory) valid till 17.01.2038
|
That's not a proper fix... |
Is that possible with Amazon Certs? I've heard they can't be downloaded (which does not make sense to me but who knows) |
Those are the "public" part of certificates, not the private keys. You can't extract the private keys from their service due to security reasons, but the public part is what is actually needed to verify the http connection, as they are (like the name imply) public, and you can view and save them anytime you want as the web server is providing them to you when you open the https endpoint using browser :) |
#3
Fix failing to authenticate due to outdate certificate.