Kestrel default certificate not loading full chain #52511
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
feature-kestrel
Is there an existing issue for this?
Describe the bug
In .NET 8 with Kestrel, the exposed certificate is not full-chain when using these environment variables:
But when using these environment variables, the exposed certificate is full-chain:
Expected Behavior
The exposed certificate should be full-chain when using these environment variables:
Steps To Reproduce
In a .NET 8 Kestrel application
openssl s_client -connect localhost:<port>
Exceptions (if any)
No response
.NET Version
8.0.100
Anything else?
No response
The text was updated successfully, but these errors were encountered: