Skip to content
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

[Feature]: Extract final SSL certificate #371

Open
FafnerKeyZee opened this issue Mar 22, 2022 · 1 comment
Open

[Feature]: Extract final SSL certificate #371

FafnerKeyZee opened this issue Mar 22, 2022 · 1 comment

Comments

@FafnerKeyZee
Copy link
Contributor

FafnerKeyZee commented Mar 22, 2022

Is your feature request related to a problem? Please describe.

Should be nice to be able to get the ssl certificate for the final page.

Describe the solution you'd like

Have the full certificate with AC.
using: openssl s_client --servername NAME HOST:PORT
or any equivalent to it.

Describe alternatives you've considered

No response

Additional context

No response

@Rafiot
Copy link
Member

Rafiot commented Jun 9, 2022

The har contains some of the relevant values:

        "_serverPort": 443,
        "_securityDetails": {
          "protocol": "TLS 1.2",
          "subjectName": "alkotoxv.com",
          "issuer": "R3",
          "validFrom": 1651043421,
          "validTo": 1658819420
        }

But no hash, or full content at this point.

Related feature request on playwright: microsoft/playwright#14754

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

No branches or pull requests

2 participants