chexone
Forum Replies Created
-
I traced the root cause of this to is_ssl() not working on my system. Probably because of the load balancer. If I force is_ssl() to return true, the problem goes away. Nothing wrong with the plugin, thanks for the help.
Thank you for the detailed information. I was able to trace through the code. It looks like site_url() is not returning https as the default scheme.
If I force site_url() to use https, then the ajax update works in the admin.
all_in_one_seo_pack.php
if ( ! defined( 'WP_ADMIN_URL' ) ) { define( 'WP_ADMIN_URL', site_url('','https') . '/wp-admin' ); }Sounds like I need to figure out why site_url() is returning the http scheme rather than https.
Nope, all looks good in the database.
Not sure where it’s getting those ‘http’ valuesI do already have those set to https.
It’s a multi-site WP setup, so it doesn’t look like your screencap though.
Maybe I have missed a place in the database…