-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-kestrelhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issueseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool
Milestone
Description
I used the below configuration in my appsettings.json for using SSL with Kestrel when I start the application from command line it works great with HTTP however I get ERR_CONNECTION_CLOSED with HTTPS even though Kestrel successfully starts and listens on port 443 with given certificate file. What are your suggestions ?
"Kestrel": {
"Endpoints": {
"HTTP": { "Url": "http://*:80" },
"HTTPS": {
"Url": "https://*:443",
"Certificate": {
"Path": "ssl/domain.crt"
}
}
}
}
Originally posted by @Tratcher in aspnet/KestrelHttpServer#1290 (comment)
Metadata
Metadata
Assignees
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-kestrelhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issueseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool