Since live-linking via ngrok does not work with SSL enabled in Wordpress and the live linking is activated in Local, it would be nice to have a quick switch near the live link button in Local that deactivates SSL in Wordpress. I guess it’s enough to remove the ‘s’ in ‘https’ in the option_value for option_name siteurl and home in table wp_options.
Hm, commenting out these two lines in wp-config, if present, would also be relevant for people testing the backend on mobile devices though…
define(‘FORCE_SSL_ADMIN’, true);
define(‘FORCE_SSL_LOGIN’, true);