Skip to content

Commit 9c17c6c

Browse files
authored
Added the versioning for Revocation mode functionality
1 parent 494432b commit 9c17c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/errors-and-warnings/NU3028.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Certificate chain building failed for the timestamp signature. The timestamp sig
2222
### Solution
2323
Use a trusted and valid certificate. Check internet connectivity.gits
2424

25-
### Revocation check mode
25+
### Revocation check mode *(4.8.1+)*
2626
If the machine has restricted internet access (such as a build machine in a CI/CD scenario), installing/restoring a signed nuget package will result in this warning since the revocation servers are not reachable. This is expected.
2727
However, in some cases, this may have unintended concequences such as the package install/restore taking longer than usual. If that happens, you can work around it by setting the `NUGET_CERT_REVOCATION_MODE` environment variable to `offline`. This will force NuGet to check the revocation status of the certificate only against the cached certificate revocation list, and NuGet will not attempt to reach revocation servers.
2828

0 commit comments

Comments
 (0)