From ba7fd5837ea149b2e319cc577fad27ce1162a064 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 17 Feb 2025 22:30:31 -0500 Subject: Support non-SNI SSL certificates in Http extension Implements https://github.com/wixtoolset/issues/issues/7622 --- src/ext/Http/ca/precomp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ext/Http/ca/precomp.h') diff --git a/src/ext/Http/ca/precomp.h b/src/ext/Http/ca/precomp.h index 42287cb2..bbd79ccf 100644 --- a/src/ext/Http/ca/precomp.h +++ b/src/ext/Http/ca/precomp.h @@ -23,3 +23,9 @@ enum eHandleExisting heIgnore = 1, heFail = 2 }; + +enum eCertificateType +{ + ctSniSsl = 0, + ctIpSsl = 1, +}; -- cgit v1.2.3-55-g6feb