wordpress website crash on https

This is likely caused by insecure content. WordPress is serving resources (images, stylesheets or scripts) over http instead of https. To resolve this try the following plugins: Basic SSL setup for WordPress: https://en-ca.wordpress.org/plugins/really-simple-ssl/ This one will find any internal link/resource request over http and change to https. https://en-ca.wordpress.org/plugins/ssl-insecure-content-fixer/

SSL/HTTPS Redirect Loop

If you have the “force ssl on checkout” enabled in woocommerce along with another plugin like ithemes security also forcing the ssl it could be causing your redirect loop.

Nice font not working when http to https – SSL Issue

Just change the http to https in there: @font-face { font-family: ‘Open Sans Condensed’; font-style: normal; font-weight: 700 !important; src: local(‘Open Sans Condensed Bold’), local(‘OpenSans-CondensedBold’), url(https://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xOV5Bi3AvzDkLbMkkmS9JR4.woff) format(‘woff’); } Google sends them over https too.

how to server over http and https with one installation

When you setup the SSL certificate for your domain on your web server, your WordPress site will immediately be accessible via http / https connections without any extra configuration. Any configuration is required when you want your website or its backend (wp-admin / wp-login.php) to load ONLY via SSL (HTTPS). But there’s at least one … Read more