HTTPS redirect loops fixed
-
We were having trouble after upgrading WordPress to 4.3 and Woocommerce to 2.4.6‒ the “preview” button would redirect back and forth between http and https.
Searching our WordPress database (through PHPMyAdmin) revealed that
woocommerce_force_ssl_checkout and woocommerce_unforce_ssl_checkout were both set to “yes”. Changing woocommerce_unforce_ssl_checkout to “no” fixed the problem.
The topic ‘HTTPS redirect loops fixed’ is closed to new replies.