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:
parent
fe09e44c5c
commit
2ddd50aef4
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue