undoingtech
undoingtech
I tried running `npm run test:integration:local`. I got a "no basic auth credentials" error. I tried `docker-compose up -d` by itself, and it produced the same auth error. Is the...
Thank you for the github docs link. That was exactly what I needed. I was able to run the tests on my code. Everything said PASS or OK. It also...
I tried making 2 subtests: Subtest | Expected Result --- | --- an empty `Controls` object is passed to `starttls`: `starttls(opts, new Control(), callback())` | `req.controls = [Control]` the controls...
The docker container does expose a TLS port. I have remade the TLS certificates using [docker instructions](https://docs.docker.com/engine/security/https/) to work with docker. As far as I know, to use starttls, you...