Parsed/LocalhostDevCert
This page was created by PageReplicator on 2025-09-01. Last edited by PageReplicator on 2025-09-01.
Note: From 210405 Turnkey core and MDrivenServer core, allow for HTTP access by sending in parameter - no HTTPS as described here: <a href="/Documentation:LocalServers" title="Documentation:LocalServers" data-bs-title="Documentation:LocalServers">LocalServers</a>
To let the server talk over SSL without security warnings, SSL certificates for localhost:PortNo must exist. This is what is typically called a Developer Certificate.
To register the developer-SSL cert, you must have the .netCore SDK installed.
If you already have it, jump to step 2:
- Download the .netCore3.1 SDK <a target="_blank" rel="nofollow noreferrer noopener" class="external free" href="https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.404-windows-x64-installer">https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.404-windows-x64-installer</a> and install it.
- In a cmd window, paste this and press enter:
dotnet dev-certs https --trust
If you suspect that there is something wrong, try to clean it first:
dotnet dev-certs https --clean dotnet dev-certs https --trust