Page MenuHomePhabricator

"My first Buildpack .NET tool" manual doesn't work due to ERR_CERT_INVALID
Closed, ResolvedPublic

Description

I'm trying to follow https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_Buildpack_.NET_tool in order to transferring my Toolforge tools to k8s (see T319883). I downloaded a sample from https://gitlab.wikimedia.org/toolforge-repos/sample-dotnet-buildpack-app , opened it in Visual Studio 2022, run. It twice offered me to add certificates to my system, I agreed both, and my Chrome opened a page https://localhost:7297/ with this:

image.png (790×702 px, 59 KB)

It doesn't even have a button "I understand, proceed".

@komla @Hawkeye7 could you help with this?

Event Timeline

MBH claimed this task.

Solved by switching to http.

Yep, on toolforge the https endpoint is managed by the proxy, the webservices themselves just have to listen on port $PORT using http :)