Bug Summary
I can´t get to make my local site to be trusted (https or SSL certificate)
Steps to reproduce
- Install site
- Click on Trusted
- Open keychain Access, go to mysite.local certificate, and set everything to “Always Trust”
- Open site shell, and replace http with https
- Stop site, and start agin
- Click Open site
- The site remains untrusted.
note 1: If i type https://my-site.local it works as trusted, and I can navigate the pages as trusted, but when I start the site the first time, it appears untrusted.
note 2: I have followed the steps from this page: SSL Certificate on macOS - Local
I think there is a typo error here:
- to update
http://
tohttps://
. Using the above site as an example, the command would look something like:
wp search-replace 'http://ssl-madness.local' 'https:ssl-madness.local'
note that that command is missing // on the https replace. I think that instead of
'https:ssl-madness.local'
it should be
'https//:ssl-madness.local'
I haven’t deleted the certificate from nginx/certs as mentioned in the last section “SSL ERR_CERT_INVALID on Local v6.4.1+” because my site has been created with a newer version (8.2.0)
Environment Info
Describe your environment.
- What Operating System are you using?
macOS Sonoma 14.2.1 | Chip Apple M1 Pro
- What versions of site software (Nginx, Apache, PHP, MySQL) is used?
nginx, MySQL 8.0.16
- What version of Local is installed?
8.2.0
Supporting info
Please provide your Local Log. See this Community Forum post for instructions on how to do so:
here you go:
local-lightning.log (49.9 KB)
Include any screenshots or video recordings of the issue to help others reproduce.
here yo go: wp
pd: Thanks for the “Draft” feature, I closed this tab by error, and I thought I had lost everything I have written!