We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47803eb commit 54710e9Copy full SHA for 54710e9
nixos/tests/web-servers/h2o/basic.nix
@@ -68,6 +68,8 @@ in
68
];
69
extraSettings = {
70
minimum-version = "TLSv1.3";
71
+ # when using common ACME certs, disable talking to CA
72
+ ocsp-update-interval = 0;
73
};
74
75
settings = {
nixos/tests/web-servers/h2o/tls-recommendations.nix
@@ -39,6 +39,10 @@ let
39
certificate-file = ../../common/acme/server/acme.test.cert.pem;
40
}
41
42
+ extraSettings = {
43
44
45
+ };
46
47
48
paths."/"."file.file" = "${hello_txt recommendations}";
0 commit comments