diff --git a/src/lib/haproxy/index.ts b/src/lib/haproxy/index.ts index 6d12b9544..b98c938ed 100644 --- a/src/lib/haproxy/index.ts +++ b/src/lib/haproxy/index.ts @@ -577,6 +577,7 @@ export async function configureSimpleServiceProxyOff({ domain }) { .json(); await completeTransaction(transactionId); } catch (error) {} + await forceSSLOffApplication(domain); await removeWwwRedirection(domain); return; }