Skip to content

Commit 655c29b

Browse files
authored
Update Kestrel's dev cert error message (#11430)
1 parent 5b31a95 commit 655c29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/Kestrel/Core/src/CoreStrings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
<value>The endpoint {endpointName} is missing the required 'Url' parameter.</value>
488488
</data>
489489
<data name="NoCertSpecifiedNoDevelopmentCertificateFound" xml:space="preserve">
490-
<value>Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found.
490+
<value>Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
491491
To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
492492
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</value>
493493
</data>
@@ -611,4 +611,4 @@ For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?l
611611
<data name="Http2StreamResetByApplication" xml:space="preserve">
612612
<value>The HTTP/2 stream was reset by the application with error code {errorCode}.</value>
613613
</data>
614-
</root>
614+
</root>

0 commit comments

Comments
 (0)