Skip to content

Commit eb15a10

Browse files
agrloic-sharma
andauthored
Changing the banner to indicate that TLS 1.2 enforcement took place (#8046)
* Changing banner to indicate that TLS 1.2 enforcement took place. Co-authored-by: Loïc Sharma <[email protected]>
1 parent 740e652 commit eb15a10

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<div class="col-sm-12">
2424
<i class="ms-Icon ms-Icon--Warning" aria-hidden="true"></i>
2525
<span>
26-
NuGet.org will permanently <a href="https://devblogs.microsoft.com/nuget/nuget-org-will-permanently-remove-support-for-tls-1-0-and-1-1-on-june-15th/">
27-
remove support</a> for TLS 1.0 and 1.1 on June 15th. Please ensure that your systems use TLS 1.2.
26+
NuGet.org had TLS 1.0 and 1.1 disabled. Please refer to our <a href="https://devblogs.microsoft.com/nuget/deprecating-tls-1-0-and-1-1-on-nuget-org/">blog post</a> if you are having connection issues.
2827
</span>
2928
</div>
3029
</div>
@@ -276,4 +275,4 @@
276275
</div>
277276
</div>
278277
</div>
279-
}
278+
}

0 commit comments

Comments
 (0)