ALL THINGS SSL

AWP San Diego November Meetup

Thursday, November 10, 2016

 

Hosted by:

WORDPRESS NEWS

Using HTTPS Locally with Desktop Server

Stephen Carnam,

Founder/Owner of ServerPress

Converting your Existing Site to HTTPS

Matt Cromwell

Head of Support at Give and WordImpress

 

Main Resource:

https://givewp.com/documentation/resources/how-to-use-ssl-and-https-for-your-wordpress-website/

Update your Site URL

Force HTTPS Throughout Your Site

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>

Don't use a plugin for this!

Fix Insecure Elements

Troubleshoot Plugins/Themes

Update Google Search Console

Creating Your Own SSL Certificate

Michael Bastos

AWP All Things SSL

By Matt Cromwell

AWP All Things SSL

Presentation for AWP Meetup "All Things SSL"

  • 2,010