If I run my IdentiyServer4 api using https with-in Visual Studio 2017, it runs fine. I am not doing anything fancy...no remote logins, just trying for now to login to the same app that IdentiyServer4 exists. But I can't get it to work on the local IIS server, even though SSL works fine for the site otherwise. And can't get it to work on the production server using SSL either though SSL works fine otherwise on the site.
Both of them go to the login page, but when you then hit "login", it gives me the "http error 500 and doesn't redirect back to the calling page". Again, the only thing I am doing different is trying to do this using https.
Any ideas?