Skip to content

Commit 56fafe2

Browse files
fix: clarify TSA DNS/network/firewall validation failure
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 70e56b5 commit 56fafe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/TsaValidationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private function validateTsaHostResolution(string $tsaUrl): void {
6262
}
6363

6464
if (!@gethostbyname($host) || gethostbyname($host) === $host) {
65-
throw new LibresignException('Timestamp Authority (TSA) service is unavailable or misconfigured: ' . $tsaUrl);
65+
throw new LibresignException('Timestamp Authority (TSA) service is unavailable. Check DNS/network/firewall connectivity from this server: ' . $tsaUrl);
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)