• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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