#1
Posted 25 October 2012 - 02:43 PM
I've read through the other posts in this forum referencing SSL issues and can't resolve. Any thoughts on the following error:
I have my site at sustainablesummer.org setup to force HTTPS and SSL only on certain pages. I have been using Google Chrome Developer Tools to diagnose and I'm getting these errors:
[blocked] The page at ran insecure content from .
[blocked] The page at ran insecure content from .
The pages in question are sustainablesummer.org/apply/ and sustainablesummer.org/apply/apply-now/
Despite the errors, the pages are secure in Google Chrome, but not in Safari or Firefox (haven't tested any other browsers yet).
I am able to get a secure connection on my /login/ and /admin/ pages in Safari and Firefox.
I added this function provided by Simon in a previous post to get Chrome working:
// this function forces ssl
add_filter( 'pless_vars', 'make_ssl_vars' );
add_action( 'pl_force_ssl', '__return_true' );
function make_ssl_vars( $vars ) {
$vars['plSectionsRoot'] = str_replace( 'http://', 'https://' $vars['plSectionsRoot'] );
$vars['plRoot'] = str_replace( 'http://', 'https://' $vars['plRoot'] );
return $vars;
}
However, when I did this it made most pages in my admin back-end, which were previously secure, not secured.
Relevant plugins are: Better WP Security and Simple 301 Redirects
Any thoughts on solutions?
Thanks!
Jeff
#2
Posted 25 October 2012 - 02:56 PM
#3
Posted 25 October 2012 - 03:42 PM
#4
Posted 25 October 2012 - 03:43 PM
#5
Posted 25 October 2012 - 03:51 PM
#6
Posted 25 October 2012 - 03:56 PM
#7
Posted 25 October 2012 - 04:12 PM
#8
Posted 25 October 2012 - 04:29 PM
#9
Posted 25 October 2012 - 05:03 PM
#10
Posted 25 October 2012 - 05:32 PM
#11
Posted 25 October 2012 - 05:37 PM
#12
Posted 25 October 2012 - 05:40 PM
#13
Posted 25 October 2012 - 06:54 PM
#14
Posted 26 October 2012 - 03:29 PM
When I view the source code there are no links to images or files via the http protocol. Everything is https. Any thoughts on how to resolve? I suppose a better question is:
What is best practice for SSL in wordpress if I want to run just a couple of pages in HTTPS? Should I be modifying .htaccess? Something like this:
RewriteRule ^page1(.*) {SERVER_NAME}/page1$1 [R,L]
#15
Posted 26 October 2012 - 03:41 PM
#16
Posted 26 October 2012 - 03:49 PM
#17
Posted 26 October 2012 - 10:57 PM
#18
Posted 27 October 2012 - 12:25 PM
This file directory is the problem:
wp-content/themes/pagelines/images/
It always opens in http://, even when I disable all plugins and run the entire site in https. Maybe there's something in my Pagelines settings that's causing this issue?
#19
Posted 28 October 2012 - 10:09 AM
Have you read this topic here, it may assist you.
#20
Posted 28 October 2012 - 01:16 PM
Also tagged with one or more of these keywords: Resolved, sslhttps
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|











