• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs BUG: SSL redirect loop Net Core

AaronUH

New Pleskian
Username:

TITLE

BUG: SSL redirect loop Net Core

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Ubuntu 22.01.1, Plesk 18.0.46

PROBLEM DESCRIPTION

It looks like there is a bug with the new Net Core extension, where the SSL setting is using the HTTP prefix:
1663003269917-png.21511

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.

STEPS TO REPRODUCE

Add a net core site, enable app.UseHttpsRedirection() (or any kind of HTTP -> HTTPS redirect) at application level

Install a SSL certificate through Plesk

Attempt to load the website

ACTUAL RESULT

You get a 302 infinite redirect loop

EXPECTED RESULT

HTTPS to be passed through for end-to-end SSL

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
Developers can't reproduce the issue and suggest you contact Plesk Support Team to check the issue directly on your server.
 
Ok, I will do that.

However, all they need to do is install an empty Umbraco CMS with the above configuration and it will occur.
 
Back
Top