diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-10 16:22:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 16:22:21 +0200 |
commit | d82351d67784a2bcb5431ebb233abc727f673152 (patch) | |
tree | 68b99db16a836e47791c94b62228fb7d79c74b84 /cli/tests/localhost_unsafe_ssl.ts.out | |
parent | 548e4661121b32b2b9bfb0356b2329be91dec738 (diff) |
v1.13.0
Diffstat (limited to 'cli/tests/localhost_unsafe_ssl.ts.out')
-rw-r--r-- | cli/tests/localhost_unsafe_ssl.ts.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/localhost_unsafe_ssl.ts.out b/cli/tests/localhost_unsafe_ssl.ts.out new file mode 100644 index 000000000..0bb6d0fb4 --- /dev/null +++ b/cli/tests/localhost_unsafe_ssl.ts.out @@ -0,0 +1,3 @@ +DANGER: TLS ceritificate validation is disabled for: deno.land +error: error sending request for url (https://localhost:5545/cli/tests/subdir/mod2.ts): error trying to connect: invalid certificate: UnknownIssuer + at [WILDCARD]tests/cafile_url_imports.ts:1:0 |