-
Notifications
You must be signed in to change notification settings - Fork 520
The remote certificate is invalid according to the validation procedure #367
Comments
If you hit the backend manually in your browser on the HTTPS port, does it work or do you get a warning? |
@davidfowl Just a 404, but I think that's expected. |
@davidfowl I'm seeing this also on Ubuntu 18.04. |
fwiw, hitting the backend directly also shows an invalid certificate. Chrome/Edgeium doesn't show a big obvious invalid cert warning on a 404 for whatever reason. |
The only thing I can think of is regenerating the dotnet dev certs. Can you try running
Besides that, I'm not sure; I'd need to investigate this via repro'ing it. Putting this on the 0.2 milestone. |
|
OK good this is what I expected. This is a gap with linux and .NET in general unfortunately...
Yes @spboyer ran into this as well. Let me dig up the docs for this... |
TIL |
@davidfowl the docs here: Are busted as they indicate that |
OK I looked into this a bit and the story is very complicated for linux. Even worse is that our docs don't give any hint that it is (that's being fixed). I found the same crazy stackoverflow link you did... I'm going to make sure some of this gets documented for ubuntu on the ASP.NET Core docs... |
fwiw, credit to @jkotalik for sending me the stack overflow doc. |
Might want to hold off merging this, as adding the pfx file breaks the Kubernetes deployment since it doesn't package the cert as a secret for the backend pod. |
Describe the bug
I'm just trying to follow the getting started procedure, but can't view the site once I get through the tutorial because of an SSL localhost issue.
To Reproduce
frontend
Got Exceptions? Include both the message and the stack trace
Further technical details
Tye Version: 0.1.0-alpha.20209.5+e3fc0045bd1e5913da935241874761929f1e8465
Platform: Microsoft Windows [Version 10.0.18363.720]
The text was updated successfully, but these errors were encountered: