From d144323f9c4eb7133329dfcf3dda965e8ad15eac Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Mon, 23 Feb 2026 15:19:47 -0800 Subject: [PATCH] VA: properly initialize slowRemoteTimeout --- va/va.go | 1 + 1 file changed, 1 insertion(+) diff --git a/va/va.go b/va/va.go index f40cee8e40d..674624bf7c2 100644 --- a/va/va.go +++ b/va/va.go @@ -261,6 +261,7 @@ func NewValidationAuthorityImpl( // used for the DialContext operations that take place during an // HTTP-01 challenge validation. singleDialTimeout: 10 * time.Second, + slowRemoteTimeout: slowRemoteTimeout, perspective: perspective, rir: rir, isReservedIPFunc: reservedIPChecker,