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,