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
Updating appsettings.Production.json causes it to add two ports not one. This clause worked on 8443 with my certificate but it also is listening on 443 (and that does not work, per Firefox there is a cert error.)
Updating appsettings.Production.json causes it to add two ports not one. This clause worked on 8443 with my certificate but it also is listening on 443 (and that does not work, per Firefox there is a cert error.)
"Kestrel": {
"EndPoints": {
"HttpsInlineCertFile": {
"Url": "https://*.8443",
"Certificate": {
"Path": "my_custom_cert.pfx",
"Password": "password"
}
}
}
}
The text was updated successfully, but these errors were encountered: