SSL Support
-
Saving settings under SSL leads to blank page.
Issue: Under some settings, especially when a website is set up under private_html, the SSL protocol is not being recognized correctly.
Affected file: /plainview_sdk/plainview/base.php
Affected row: #218Possible fix:
#$ssl = ( $SERVER[ ‘SSL_PROTOCOL’ ] != ” );
$ssl = ( $SERVER[ ‘SERVER_PORT’ ] == ‘443’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SSL Support’ is closed to new replies.