1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
added the following line to template
await synthetics.launch({
ignoreHTTPSErrors: true
});
let page = await synthetics.getPage();
respondido hace 4 años
Contenido relevante
- preguntada hace 4 meses
- preguntada hace 23 días
- preguntada hace 23 días
- preguntada hace 7 meses
- OFICIAL DE AWSActualizada hace 5 meses

I created canary test for API using API Canary Blueprint and added the following line to the template: await synthetics.launch({ ignoreHTTPSErrors: true }); but I still get an error Error: self signed certificate in certificate chain Stack: Error: self signed certificate in certificate chain\n at TLSSocket.onConnectSecure (_tls_wrap.js:1515:34)
What can be wrong?