Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
This repository was 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

Description

@Apurv505

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions