HI, I am having a similar issue with loading CC oauth over secure connection. since we open the oauth in an iframe we get a security warning and the iframe stops loading. after looking at fiddler trace, one of the redirects is to http and then to https. below is the sequence of re-directs i am seeing in fiddler. the last call is over non-secure connection GET https://login.constantcontact.com/login/logout?relogin=true&wb=false&goto=https%3A%2F%2Foauth2.constantcontact.com%2Foauth2%2Foauth%2Flogin%3Fresponse_type%3Dcode&nosell=true&showup=true HTTP/1.1 Host: login.constantcontact.com GET https://login.constantcontact.com/login?goto=https://oauth2.constantcontact.com/oauth2/oauth/login?response_type=code&wb=false&nosell=true HTTP/1.1 Host: login.constantcontact.com GET http://login.constantcontact.com/login/?goto=https://oauth2.constantcontact.com/oauth2/oauth/login?response_type=code&wb=false&nosell=true HTTP/1.1 Host: login.constantcontact.com the issue we are seeing is [blocked] The page at 'https://t7423.mozu-si.volusion.com/Admin/s-11039/capability/edit/fbf7481135204bcf82cfa2dd014e8316' was loaded over HTTPS, but ran insecure content from 'http://login.constantcontact.com/login/?goto=https://oauth2.constantcontact.com/oauth2/oauth/login?response_type=code&wb=false&nosell=true': this content should also be loaded over HTTPS. Sanjay
... View more