wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
1.87k
stars
77
forks
source link
Always succeeds with https urls #100
Open
DamienCassou opened 3 years ago
Given a non-existing random URL using HTTP:
I correctly get an error message from
wait-on
:This is perfectly fine! Nevertheless, when using HTTPS on the same random URL, I get:
Why does wait-on succeeds here? I tried with other random HTTPS URLS and wait-on always succeeds.