- Server operating system version
- Ubuntu
- Plesk version and microupdate number
- 18.0.46
It looks like there is a bug with the new Net Core extension, where the SSL setting is using the HTTP prefix:
The SSL part should be starting the webapp with the HTTPS prefix not HTTP prefix, this is causing any app which uses the "app.UseHttpsRedirection()" or has a HTTPS redirect to have a redirect loop.
How do I get this reported back to Plesk?
The SSL part should be starting the webapp with the HTTPS prefix not HTTP prefix, this is causing any app which uses the "app.UseHttpsRedirection()" or has a HTTPS redirect to have a redirect loop.
How do I get this reported back to Plesk?