Jump to content
Search Community

SSL compliance

jp_gsap_0324 test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

I am woking on a banner campaign using TweenLite with Sizmek as the ad management company, and the ads failed QA because of ssl compatibility issues related to http (not https) references.  I had a look around and found two http references in the CSSPlugin.min.js I tried simply swapping http for https, but it broke the code.  Just wondering if anyone has had this issue, and if there are any solutions.

Thanks

Link to comment
Share on other sites

Hello jp_gsap_0324, and Welcome to the GreenSock Forum!

 

Hmm. the only references i see in the CSSPlugin.min.js .. is for the check Jack is doing with namespace URI check for svg elements.

 

It is just a namespace URI for createElementNS Making sure the SVG namespace URI is valid when creating an SVG element.

X.createElementNS("http://www.w3.org/1999/xhtml",t)

Interesting why this would throw an error, since it is just a namespace URI for the SVG check?

 

https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS

 

Jack could shed more light on this? :)

Link to comment
Share on other sites

Yep, Jonathan is exactly right - that's merely a namespace. It doesn't actually load anything...ever. And that's the standard way you're supposed to be declaring the namespace when creating DOM nodes. If Sizmek objects, please have them contact us because we'd love to chat about how they'd recommend changing that or what specifically they're concerned about. 

 

By the way, we have spoken directly to Sizmek and they're very GSAP-friendly and even said they're hosting GSAP on their CDN (as indicated in our article at http://greensock.com/html5-banners/#networks), so I'm pretty sure that if you escalate the issue you'll find someone there who is aware of that and can get your ad approved and/or pointing to the right file(s). 

Link to comment
Share on other sites

The elephant in the room question to ask is: are you including Greensock in your Sizmek workspace or are you referring to it via CDN? And if is CDN, did you use the https option?

 

I once was caught on that, because the default cloudflare CDN address was http, not https.

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Thank you for posting the links, jp_gsap. I was looking for exactly these and would've had to ask somebody to ask somebody to ask somebody. You know how it goes.

 

One question, though- is there any benefit to using Sizmek's CDN over GSAP's? If one is more likely to already be cached on an end user's computer, I would think that would be the one to use. Though it's hard to know which would be the more common of the two.

Link to comment
Share on other sites

It is my understanding that: No. There is not any particular benefit for us or the end users to use Sizmek's CDN over GSAP's. Having said that, for Sizmek (and any other ad platform) there is a very big difference. Security and control. With their CDN, they can make sure that their level of security is up to their standard and what is there is what is said to be there.

  • Like 2
Link to comment
Share on other sites

Very true. And though they haven't explicitly asked for their links in their specs yet, they may down the road. If there is no difference for us and the end user, then I see no reason to not start using Sizmek's links now. Thanks.

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...