Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

error: on_close() takes 1 positional argument but 3 were given, error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired #150

Open
Apurv505 opened this issue Oct 23, 2021 · 1 comment

Comments

@Apurv505
Copy link

error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)
error: on_close() takes 1 positional argument but 3 were given

I am getting above two errors. I tried to update SSL certificate using the commands given on https://developer.shotgridsoftware.com/c593f0aa/
but that didn't work. These are the commands

$cert_url = "https://www.amazontrust.com/repository/SFSRootCAG2.cer"
$cert_file = New-TemporaryFile
Invoke-WebRequest -Uri $cert_url -UseBasicParsing -OutFile $cert_file.FullName
Import-Certificate -FilePath $cert_file.FullName -CertStoreLocation Cert:\LocalMachine\Root

Could someone please help me solve this issue?

@breuerfelix
Copy link
Owner

have a look at this one https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate and tell me if you were able to solve it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants