SSL in tracking pixel not working

John_Kim
Level 1

We have implemented the SSL for tracking pixels but I am still seeing non-ssl tracking pixel links in the emails. Am I missing a configuration somewhere or is this a bug/issue?

Tags (1)
5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Please move the question to Products​. "Community" is for questions about the Marketo Nation website itself, and yes, this is confusing.

The tracking pixel will still be embedded as http:// even if your instance has an SSL cert. You use HSTS to force an SSL connection.

John_Kim
Level 1

What if the client browser/email client does not support hsts?

SanfordWhiteman
Level 10 - Community Moderator

Then the connection will use plain text.

John_Kim
Level 1

Does this mean that marketo does not support SSL links in emails? but only via hsts? I'm trying to figure out why our emails do not have ssl links when they were supposedly implemented.

SanfordWhiteman
Level 10 - Community Moderator

As I've just described, whether or not your tracking server has an installed cert, links in emails (including the tracking pixel) will still be fetched over http://.  It's left up to you to force HTTPS on the initial connection via HSTS.