Jest-puppeteer: wait-on checks strict ssl

Created on 16 Apr 2019  路  1Comment  路  Source: smooth-code/jest-puppeteer

馃悰 Bug Report

The new package wait-on checks with strictSSL set to true. Our dev servers have self signed certs. Now test never starts and the server timeout triggers. Perhaps it would be good to set strictSSL: false, which is ok for dev, or give the option to do so

To Reproduce

Use selfsigned endpoint

Expected behavior

I expect that strict ssl checking is disabled or can be disabled for development purpose

Run npx envinfo --system --binaries --npmPackages expect-puppeteer,jest-dev-server,jest-environment-puppeteer,jest-puppeteer,spawnd --markdown --clipboard

Paste the results here:

## System:
 - OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver)
 - CPU: (8) x64 Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
 - Memory: 1.66 GB / 15.35 GB
 - Container: Yes
 - Shell: 4.4.19 - /bin/bash
## Binaries:
 - Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
 - npm: 6.4.1 - ~/.nvm/versions/node/v10.15.3/bin/npm
## npmPackages:
 - expect-puppeteer: ^4.1.1 => 4.1.1 
 - jest-dev-server: ^4.1.1 => 4.1.1 
 - jest-puppeteer: ^4.1.0 => 4.1.0 
bug 馃悰

Most helpful comment

hi @Schnueggel

Very sorry about that, the test case is not complete, so I don't handle the strictSSL case.

Please use the v4.1.0 now, and I will fix this issue as soon as possible.

>All comments

hi @Schnueggel

Very sorry about that, the test case is not complete, so I don't handle the strictSSL case.

Please use the v4.1.0 now, and I will fix this issue as soon as possible.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tkrotoff picture tkrotoff  路  4Comments

joshpitzalis picture joshpitzalis  路  3Comments

FezVrasta picture FezVrasta  路  4Comments

dptoot picture dptoot  路  4Comments

songguohfut picture songguohfut  路  6Comments