Update / SSL Trouble
-
Hello and thank you.
I am having trouble updating my site.
In the past I have been able to edit my functions.php file after an update to make things run smoothly, but it didn’t work for this update.
Inside of my wp-includes folder, I have edited functions.php (around line 3064) I have edited the following:function is_ssl() { if ( isset($_SERVER['HTTPS']) ) { if ( 'on' == strtolower($_SERVER['HTTPS']) ) return true; if ( '1' == $_SERVER['HTTPS'] ) return true; } elseif ( isset($_SERVER['SERVER_PORT']) && ( '443' == $_SERVER['SERVER_PORT'] ) ) { return true; } return true;
The last line, by default, returns false.
So by changing that to true, I’ve always had no problems.So my question is, did anything change with this latest update that I missed?
Please help.
My site is down.Thank you so much,
Dan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update / SSL Trouble’ is closed to new replies.