Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2020-09-16 20:00:38 +0300
committerGitHub <noreply@github.com>2020-09-16 20:00:38 +0300
commit6628bc0e9b49b7ab7158e56c20e28111b6afa8f7 (patch)
tree66a3a4e2e78af168cc3b835b7b2dfd4ebd7fdb6a /certbot-compatibility-test
parentf43fa12fc0befed0437d5709aa63c45f2c2c3c98 (diff)
certbot-compat: remove dupe random25863 nginx name (#8286)
random25863.example.org appears in multiple port 80 virtualhosts in the nginx testdata tarball and also is in the nginx-roundtrip-testdata. Certbot doesn't handle these properly, which results in random test failures. This commit ensures that random25863.example.org only appears in a single virtualhost and should ensure that the tests pass consistently.
Diffstat (limited to 'certbot-compatibility-test')
-rw-r--r--certbot-compatibility-test/certbot_compatibility_test/testdata/nginx.tar.gzbin41948 -> 41641 bytes
-rw-r--r--certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-118491
2 files changed, 0 insertions, 1 deletions
diff --git a/certbot-compatibility-test/certbot_compatibility_test/testdata/nginx.tar.gz b/certbot-compatibility-test/certbot_compatibility_test/testdata/nginx.tar.gz
index 4234ddf73..801ea49bb 100644
--- a/certbot-compatibility-test/certbot_compatibility_test/testdata/nginx.tar.gz
+++ b/certbot-compatibility-test/certbot_compatibility_test/testdata/nginx.tar.gz
Binary files differ
diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-11849 b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-11849
index 8a8c90b7e..eb8e002e8 100644
--- a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-11849
+++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-11849
@@ -30,7 +30,6 @@ server {
server_name www.random3140.example.org;
server_name random28398.example.org;
server_name random23689.example.org www.random23689.example.org;
- server_name random25863.example.org www.random25863.example.org;
rewrite ^ http://random3140.example.org$request_uri permanent;
}