✅ ASP.NET Core SSL not working.
Whether it is the port generated by visual studio or my own custom port, I get an error page in Google Chrome (image attached).
Any help is greatly appreicated, thanks!
40 Replies
New error after using --clean and --trust to create a new cert:
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Windows 11
What is "root CA" exactly?
I've checked the certmanager (certmgr.msc) and the certificates are being added and removed with --clean and --trust
This chrome error doesn't show anymore after I restarted the browser. Botn http and https do not work anymore. Https was never working, The chrome error is just the first error (no webpage found)
correction: http does infact work, it's just HTTPS, sorry
This is from the applicationhost.config if it helps any
I swear, the first time I installed/started a ASP.NET core project, the https worked
then I created another project and it just doesn't work
omg.. nevermind
https works, but it is in fact that there is no main home page
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Sending a video\
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I haven't really fixed it
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I don't even know much C#, I am trying to learn on pluralsight
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I see.
I guess it was a mix of that and seeing the SSL error at the top left
I know what it implies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
No like
the red text
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I understand
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I got that, but I wasn't sure if that mattered. I didn't think that text was what I should have been looking tat
at*
that's all
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Makes sense now..
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I see.
You're right, guess I'm just tired
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I might have shut it down
But i am using WebApi, so I think I'm all good after all
thank you for your help
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I see
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I didn't even have a proceed anyway option
but oh well
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yea
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
yea
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
You also get ERR_EMPTY_RESPONSE when you try to connect to an https port, with http.
so in that case, change the URL that it starts with https:// instead of http://