agent-js-playwright
agent-js-playwright copied to clipboard
Unable to verify first certificte
Not able to connect playwright with report portal Getting below error
Failed to start suite: Error: unable to verify the first certificate
Hello @shyamala97 ! Seems that the problem associated with self-signed certificates. You can find the details and possible solutions in this issue.
@shyamala97 You can overcome this error by providing next report portal settings
const RPconfig = {
...
restClientConfig: {
agent: {
rejectUnauthorized: false,
},
},
Hello @shyamala97 ! Does the provided workaround work for you?
Hi , Can any1 provide the way to configure certificates?