• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Upgrade to 8.1.1 breaks (HTTPS environment is on)

I

infiniweb

Guest
Hello,

We recently upgraded to plesk 8.1.1 and now our PHP scripts are behaving strangly because the HTTPS environment variable is set to "on" even when accessing a site with NO ssl certificate.

Why is that behavior changed in plesk 8.1.1 ? Can anyone confirm that behavior?

Here's a PHP code sample you can put on your site to help you identify the problem:

PHP:
<?php echo 'HTTPS = '.getenv('HTTPS') ?><BR>


If you test this on a non secure site and the result is: HTTPS = on
then you have that problem too..


Thank you.
 
Back
Top