Update lets encrypt certificates

You mentioned that “http redirects automatically to the secured version.” It was probably an HSTS issue:

In other words, Trellis and your server were probably obeying your command to turn off LE SSL (when you had ssl enabled: false in wordpress_sites), but your personal browser never got the message to discontinue the HSTS handling, to stop forwarding http to https. A different browser that never visited the site would not have the HSTS header set and would not have the issue.

3 Likes