SOLVED

Re: Turning on Https - munchkin issues , landing page issues?

Go to solution
Darrell_Alfons2
Level 10 - Champion Alumni

Turning on Https - munchkin issues , landing page issues?

Looking through some of the previous posts and I'm a little confused.

If we turn on https for our site, will munchkin function ok?

Also, from other posts - it sounds like marketo landing pages will need a special certification. But what about wordpress pages with embedded marketo forms?

Any insight is appreciated thank you.

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Turning on Https - munchkin issues , landing page issues?

Munchkin automatically loads securely if your page is secure (when you load an asset from a protocol-relative URL -- a URL that starts with '//' -- that means the asset will use the same protocol as the main document).

Similarly, your embedded forms should already be loading from protocol-relative // URLs. That's what the default embed code does. However, if you happen to have manually changed the embed code to load forms from, for example, your LP domain http://lp.example.com, then you need to either (a) make sure you have HTTPS running on your LP domain or (b) change back to //{appinstance}.marketo.com.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Turning on Https - munchkin issues , landing page issues?

Munchkin automatically loads securely if your page is secure (when you load an asset from a protocol-relative URL -- a URL that starts with '//' -- that means the asset will use the same protocol as the main document).

Similarly, your embedded forms should already be loading from protocol-relative // URLs. That's what the default embed code does. However, if you happen to have manually changed the embed code to load forms from, for example, your LP domain http://lp.example.com, then you need to either (a) make sure you have HTTPS running on your LP domain or (b) change back to //{appinstance}.marketo.com.

Darrell_Alfons2
Level 10 - Champion Alumni

Re: Turning on Https - munchkin issues , landing page issues?

Thanks Sanford.

We have iframed marketo landing pages on wordpress pages so we could retain the form fill.

Looks like that is breaking now, so I assume it is because we need to get certified through Marketo first?

Then that should solve the problem?

SanfordWhiteman
Level 10 - Community Moderator

Re: Turning on Https - munchkin issues , landing page issues?

OK, that's not an embedded form, then -- IFRAMEs are entirely separate documents. From the standpoint of the main document you've embedded another HTML document (it doesn't care what's inside that doc, be it forms, images, JS, whatever).

In any case, if you can't include the IFRAME with relative // or explicit http​s://  (which would be true if you haven't purchased and uploaded an SSL cert to Marketo, paid, and waited for them to install it in your instance) then you're going to be out of luck for awhile.

"Certified" isn't really the term for this: it's "secured" by installing a cert.

Darrell_Alfons2
Level 10 - Champion Alumni

Re: Turning on Https - munchkin issues , landing page issues?

Got it, ok thanks Sanford for the help.