Hello,
I can’t get https to work on PowerShell Universal.
I generated a certificate from an AD server like my old 2.9.0 dashboard and edited appsettings.json with the following values:
"Kestrel": {
"Endpoints": {
"HTTP": {
"Url": "http://*:80"
},
"HTTPS": {
"Url": "http://*:443",
"Certificate": {
"Subject": "CN=srv-dashboard.intranet.fr",
"Store": "My",
"Location": "LocalMachine",
"AllowInvalid": "true"
}
}
},
"RedirectToHttps": "true"
},
I also tried unsuccessfully with the Path parameter instead of populating the certificate store.
On the browser, always the same error: SSL_ERROR_RX_RECORD_TOO_LONG
In Event Logs> Windows> Application I have the following error:
Category: Universal.Server.Services.DashboardManager
EventId: 0
Dashboard proxy for dashboard 1 not found.
I am far from being an expert in certificates and site hosting. I’m having a hard time figuring out what is causing this error.
Thanks for your help
Product: PowerShell Universal
Version: 1.4.7