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

Unable to verify first certificte #80

Open
shyamala97 opened this issue Jan 27, 2023 · 4 comments
Open

Unable to verify first certificte #80

shyamala97 opened this issue Jan 27, 2023 · 4 comments

Comments

@shyamala97
Copy link

Not able to connect playwright with report portal
Getting below error

Failed to start suite: Error: unable to verify the first certificate

@AmsterGet
Copy link
Member

Hello @shyamala97 !
Seems that the problem associated with self-signed certificates.
You can find the details and possible solutions in this issue.

@VicGrygorchyk
Copy link

@shyamala97 You can overcome this error by providing next report portal settings

const RPconfig = {
...
  restClientConfig: {
    agent: {
      rejectUnauthorized: false,
    },
  },

@AmsterGet
Copy link
Member

Hello @shyamala97 !
Does the provided workaround work for you?

@mudit94
Copy link

mudit94 commented Aug 1, 2023

Hi , Can any1 provide the way to configure certificates?

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

No branches or pull requests

4 participants