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
<value>Certificate {thumbprint} cannot be used as an SSL server certificate. It has an Extended Key Usage extension but the usages do not include Server Authentication (OID 1.3.6.1.5.5.7.3.1).</value>
428
422
</data>
@@ -593,12 +587,6 @@ For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?l
<value>HTTP/2 over TLS is not supported on Windows versions older than Windows 10 and Windows Server 2016 due to incompatible ciphers or missing ALPN support. Falling back to HTTP/1.1 instead.</value>
601
-
</data>
602
590
<dataname="Http2NoTlsWin81"xml:space="preserve">
603
591
<value>HTTP/2 over TLS is not supported on Windows versions earlier than Windows 10 and Windows Server 2016 due to incompatible ciphers or missing ALPN support.</value>
604
592
</data>
@@ -626,18 +614,6 @@ For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?l
"Using development certificate: {certificateSubjectName} (Thumbprint: {certificateThumbprint})");
11
+
privateconststringBadDeveloperCertificateStateMessage="The ASP.NET Core developer certificate is in an invalid state. To fix this issue, run the following commands "+
12
+
"'dotnet dev-certs https --clean' and 'dotnet dev-certs https' to remove all existing ASP.NET Core development certificates and create a new untrusted developer certificate. "+
13
+
"On macOS or Windows, use 'dotnet dev-certs https --trust' to trust the new certificate.";
[LoggerMessage(2,LogLevel.Debug,"Failed to locate the development https certificate at '{certificatePath}'.",EventName="FailedToLocateDevelopmentCertificateFile")]
[LoggerMessage(3,LogLevel.Debug,"Failed to load the development https certificate at '{certificatePath}'.",EventName="FailedToLoadDevelopmentCertificate")]
"The certificate key file at '{CertificateKeyFilePath}' can not be found, contains malformed data or does not contain a PEM encoded key in PKCS8 format.");
[LoggerMessage(6,LogLevel.Error,"The certificate file at '{CertificateFilePath}' can not be found, contains malformed data or does not contain a certificate.",EventName="MissingOrInvalidCertificateFile")]
[LoggerMessage(7,LogLevel.Error,"The certificate key file at '{CertificateKeyFilePath}' can not be found, contains malformed data or does not contain a PEM encoded key in PKCS8 format.",EventName="MissingOrInvalidCertificateKeyFile")]
[LoggerMessage(3,LogLevel.Debug,"Connection {connectionId} established using the following protocol: {protocol}",EventName="HttpsConnectionEstablished")]
[LoggerMessage(4,LogLevel.Information,"HTTP/2 over TLS is not supported on Windows versions older than Windows 10 and Windows Server 2016 due to incompatible ciphers or missing ALPN support. Falling back to HTTP/1.1 instead.",
[LoggerMessage(5,LogLevel.Debug,"Searching for certificate with private key and thumbprint {Thumbprint} in the certificate store.",EventName="LocateCertWithPrivateKey")]
[LoggerMessage(6,LogLevel.Debug,"Found certificate with private key and thumbprint {Thumbprint} in certificate store {StoreName}.",EventName="FoundCertWithPrivateKey")]
0 commit comments