You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In net6 Manged SNI does not check for SAN. Therefor Application using Net6 have to use FQDN as HNIC
146
-
// According to above no other hostname in certificate than FQDN will work in net6 which is same as SubjectName in case of RemoteCertificateNameMismatch
147
-
// Net7.0 the new API added by dotnet runtime will check SANS and then SubjectName
0 commit comments