diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-17 02:19:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 02:19:23 +0200 |
| commit | cb87cb0283fbe95ace2317b0617e7e74382bf4db (patch) | |
| tree | b75c51f15680cfb1f3d6f17cd44e485ec2b58e4f /cli/tests/testdata/cert | |
| parent | 867a6d303285cdffd060e6bb4b0e97de73925cfe (diff) | |
fix: support "fetch" over HTTPS for IP addresses (#18499)
This commit adds support for connecting to IP addresses over HTTPS.
This is done by updating "rustls" to "0.21.0" and other related crates.
Closes https://github.com/denoland/deno/issues/7660
Closes https://github.com/denoland/deno/issues/17967
---------
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli/tests/testdata/cert')
| -rw-r--r-- | cli/tests/testdata/cert/localhost_unsafe_ssl.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/cert/localhost_unsafe_ssl.ts.out b/cli/tests/testdata/cert/localhost_unsafe_ssl.ts.out index 0bfaeb25d..4b95c1136 100644 --- a/cli/tests/testdata/cert/localhost_unsafe_ssl.ts.out +++ b/cli/tests/testdata/cert/localhost_unsafe_ssl.ts.out @@ -1,3 +1,3 @@ DANGER: TLS certificate validation is disabled for: deno.land -error: error sending request for url (https://localhost:5545/subdir/mod2.ts): error trying to connect: invalid peer certificate contents: invalid peer certificate: UnknownIssuer +error: error sending request for url (https://localhost:5545/subdir/mod2.ts): error trying to connect: invalid peer certificate: UnknownIssuer at file:///[WILDCARD]/cafile_url_imports.ts:[WILDCARD] |
