etheroute-lon01: disable TLS verification for totoro

For some reason this is failing with a TLS alert that the certificate
is expired???
This commit is contained in:
Luke Granger-Brown 2022-01-07 15:23:43 +00:00
parent fe09e44c5c
commit 2ddd50aef4

View file

@ -320,8 +320,11 @@ in {
}))
(secureService "totoro" "invoices.lukegb.com" (public {
regex = "^/((third_party|ajax|client_area|pdf)/.*|[a-zA-Z0-9]{8})$";
tls_skip_verify = true;
}))
(secureService "totoro" "invoices.lukegb.com" {})
(secureService "totoro" "invoices.lukegb.com" {
tls_skip_verify = true;
})
(baseConfig // {
from = "https://httpbin.int.lukegb.com";
to = "https://verify.pomerium.com";