I’m troubleshooting a bug with rendering any SMT v...
# suitecommerce
m
I’m troubleshooting a bug with rendering any SMT v3 pages in Safari on a Kilimanjaro site. But can’t load the
gulp local
experience in Safari because it’s mixed secure/insecure content. Is anyone aware of a workaround to load the local version of a site in Safari?
Figured out a solution. Secure the local dev experience. Generate and trust a local cert. e.g. https://github.com/FiloSottile/mkcert Edit distro.json • Change “tasksConfig.local.http” to “tasksConfig.local.https” • Add “key” and “cert” to define where the cert components are found Edit *-local.ssp • Change the template variable from http://localhost to https://localhost • deploy!
j
@Mike Herrera Were you seeing this issue on your live site or strictly when working locally?
m
Our live site is where it was first reported. It is reproducible locally, too.
j
If you’re generating a local certificate and referencing it in the distro, do you have issues with multiple developers working on the same source code?
m
Pardon me, I misunderstood your question... We needed the local cert for local dev, only. The devs on my team all generated certs with the same file name.