Opened 12 years ago
Closed 11 years ago
#10874 closed Bug (invalid)
Styles Parser and https (SSL) problem
Reported by: | Basvd | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,
I use CKEditor in my own build remote CMS on a site with a SSL certificate (https). I'll use the Styles Parser plugin with remote CSS files, but this won't work in Google Chrome where it does work in Internet Explorer or Firefox. If I test it on a website without SSL certificate it is working fine in Chrome too.
Can anyone help me?
Change History (3)
comment:1 Changed 11 years ago by
Component: | Core : DTD → General |
---|---|
Keywords: | Styles Parser HTTPS SSL removed |
Status: | new → pending |
Version: | 4.2 |
comment:2 Changed 11 years ago by
My problem is solved. The .htaccess file sents any request to the login page. Therefore CKEditor could not reach the CSS file. Thanks for helping!
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
What exactly do you use? Could you provide reduced and working sample HTML page (with CSS file) that we could use in HTTPS?
I'm talking about reduced sample that uses same part of code as you CMS to get these styles. Could you provide something like that?
Perhaps there is no need to provide example. What do you get in Chrome Web-tools Console and Net tabs? Are there any JS errors, HTTP errors (like 404) or security warnings reported? Perhaps CSS is being fetched through http and not https?