Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BROWSER Probes error with ERR_CERT_AUTHORITY_INVALID #1360

Copy link
Copy link

Description

@aholden85
Issue body actions

Describe the bug
When attempting to use a BROWSER probe to test an endpoint that is secured with a certificate from a custom CA, the page.goto executions fail with the error ERR_CERT_AUTHORITY_INVALID.

We have tried the following:

  • Ensure that any valid certificates are included in the /usr/local/share/ca-certificates/ and execute update-ca-certificates.
  • Specify the NODE_EXTRA_CA_CERTS environment variable to point to a certificate bundle including all required certificates.
  • Create NSS certificate database and import all required certificates using certutil -d sql:$HOME/.pki/nssdb -A -t "CT,C,C" -n "<CERT_NAME>" -i <CERT_PATH>

Is there a specific pattern that we should be following to get Cloudprober BROWSER probes to trust these certificates? We don't want to use ignoreHTTPSErrors as validating that these endpoints are properly configured and secured is part of the goal.

Cloudprober Version

v0.14.2

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.