Skip to content

Instantly share code, notes, and snippets.

@odan
Last active March 25, 2023 11:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save odan/36b2ffde91102cf6c1b1170f104f8ba0 to your computer and use it in GitHub Desktop.
Save odan/36b2ffde91102cf6c1b1170f104f8ba0 to your computer and use it in GitHub Desktop.
Installing ASP.NET Core 2.1 on Ubuntu 18.4 Linux
@bhaidar
Copy link

bhaidar commented Jul 28, 2018

Hi,
Are you sure the Web App opens normally without any certificate exception when you use dotnet run at the beginning of this article?

I am facing issues running ASP.NET Core 2.1 on Ubuntu related to https.

Thanks

@odan
Copy link
Author

odan commented Aug 2, 2018

@bhaidar I have created a self-signed certificate. If you are using a real certificate, the browser should not complain about the certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment