Hi All. I’m trying to get jellyfin and jellyfin-web running on my Win 10 PC with Visual Studio 2019. I compiled jellyfin-web, but when I run the solution, I just get a blank Chrome page with “Jellyfin Server is loading. Please try again shortly.”
I see the warnings below in the logs:
[15:03:14] [WRN] [1] Main: Failed to listen to HTTPS using the ASP.NET Core HTTPS development certificate. Please ensure it has been installed and set as trusted.
[15:03:14] [WRN] [1] Microsoft.AspNetCore.Server.Kestrel: Overriding address(es) ‘http://localhost:8096’. Binding to endpoints defined in UseKestrel() instead.
So I need to install a cert. I want to do a self signed one, so I follow the instructions here:
I tried to follow the openssl instructions under Self-Sign Certificate.
But get error “no folder/usr/local/etc…”
Can anyone suggest ways to get this running? Thanks!
Steve