agent-js-playwright icon indicating copy to clipboard operation
agent-js-playwright copied to clipboard

Unable to verify first certificte

Open shyamala97 opened this issue 2 years ago • 4 comments

Not able to connect playwright with report portal Getting below error

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

shyamala97 avatar Jan 27 '23 10:01 shyamala97

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

AmsterGet avatar Feb 24 '23 13:02 AmsterGet

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

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

VicGrygorchyk avatar Apr 05 '23 19:04 VicGrygorchyk

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

AmsterGet avatar Apr 29 '23 12:04 AmsterGet

Hi , Can any1 provide the way to configure certificates?

mudit94 avatar Aug 01 '23 12:08 mudit94