In most cases, Local makes it easy to get your offline development environment running HTTPS by providing a one-click solution for trusting a site’s SSL certificate.
Occasionally, if that “trust” process doesn’t work, you’ll need to manually let your Mac know that it can trust the Local site’s certificate.
MacOS BigSur doesn’t allow Local to automatically trust an SSL certificate.
Right now, the only way for BigSur users to work with a Local site over HTTPS is to manually trust the SSL certificate following the steps below.
We know this is annoying and are exploring alternative ways that Local can make this process easier.
The first thing to do is click the “Trust” button next to the “SSL” section of the “Site Overview” page.
Even if this isn’t working in terms of getting the site to load over HTTPS, clicking the button directs Local to generate a certificate with the correct information about this site and attempt to register the certificate with macOS.
In macOS, most secrets are stored in “Keychains.” This includes things like passwords, ssh keys, and importantly for us, SSL certificates.
Using the “Keychain Access” application that comes with macOS, we can search for the SSL certificate that Local created. Once found, you can manage all sorts of settings for that specific certificate.
In our case, we want to update the “When using this certificate” setting from “Use System default” to “Always Trust“. This means that for this certificate, for this site, macOS will always trust the connection and stop annoying you with warnings about the certificate.
/Applications
folder or by searching with an application launcher like Spotlight or Alfred.Now that the certificate is set to “Always Trust,” how can you verify that everything is working?
Open the site in a browser again and ensure that there is a ‘lock’ in the address bar. If the lock is missing, the first thing to check is if the address bar has https://
at the beginning of the domain.
Once you’ve got the Local site’s SSL certificate trusted with macOS, and have verified that the site can be successfully loaded over HTTPS, all that’s left to do is to update the urls within the Local site’s database!
You can use a plugin like Better Search Replace to search for the regular HTTP version of the url and replace it with the HTTPS version of the url.
Another option is to use WPCLI which comes bundled with Local. To do this, all you have to do is:
wp search-replace
command to update http://
to https://
. Using the above site as an example, the command would look something like:wp search-replace 'http://ssl-madness.local' 'https://ssl-madness.local'
It’s free and always will be.
Your download should start automatically. If it doesn’t, click here.
Download here!
Thanks! We'll contact you as soon as Local for Windows is available.
Next-level functionality and enhanced local development.
Sign up below and we’ll notify you the minute Local Pro is available for beta! Launching July 2019.
Thanks! We'll contact you as soon as the beta is available.
Local is only available as a desktop application, but no worries! Just enter your email in the box below and we'll send you a little reminder to download it via your desktop.
Thanks! Check your inbox for a link to download Local on your desktop.