Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMS Issue when using Subsite subdomains with SSL #245

Closed
purplespider opened this issue May 4, 2016 · 4 comments
Closed

CMS Issue when using Subsite subdomains with SSL #245

purplespider opened this issue May 4, 2016 · 4 comments
Labels

Comments

@purplespider
Copy link

The CMS has been hanging for me when using the Preview pane, and I believe it's due to a compatibility issue between Subsite subdomains and SSL:

@tractorcow
Copy link
Contributor

We could possibly re-implement this behaviour with postMessage, which allows iframes to communicate with their parent behaviour.

We have a $(window).on("message", function(e) {}); in LeftAndMain.js we can probably use as an entry point.

By the way, which framework version are you using? I want to track that exact stacktrace. :)

@purplespider
Copy link
Author

I believe the above trace was from version 3.2.1.

@mikenz
Copy link
Contributor

mikenz commented May 23, 2016

silverstripe/silverstripe-framework#5163 was the fix for this in 4. It might guide you towards a solution for 3.2

@robbieaverill
Copy link
Contributor

According to silverstripe/silverstripe-framework#5684 this should be fixed in SS 3.3 and above. Feel free to reopen if this isn't the case!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants