Skip to content

Commit 68eb929

Browse files
Lockr Integration (#123)
1 parent 68ebba4 commit 68eb929

File tree

7 files changed

+1546
-1
lines changed

7 files changed

+1546
-1
lines changed

crates/common/src/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub fn ensure_origin_backend(
3939
.first_byte_timeout(Duration::from_secs(15))
4040
.between_bytes_timeout(Duration::from_secs(10));
4141
if scheme.eq_ignore_ascii_case("https") {
42-
builder = builder.enable_ssl();
42+
builder = builder.enable_ssl().sni_hostname(host);
4343
}
4444

4545
match builder.finish() {

0 commit comments

Comments
 (0)