Opened 12 years ago
Closed 12 years ago
#10203 closed Bug (expired)
https ckeditor image uploading issue
Reported by: | Ravi kumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.3 |
Keywords: | Cc: |
Description
We have problem on uploading image while https is enable as we have option that user can enable or disable https while enabling https ckeditor doesn't upload image and it hang and all functionality disable like cancel from any where of image properties.it is fine when https is disable.
I am attaching screenshot.
Attachments (1)
Change History (8)
Changed 12 years ago by
Attachment: | ckeditor.png added |
---|
comment:1 follow-up: 2 Changed 12 years ago by
comment:2 Changed 12 years ago by
Replying to wwalc:
Does
filebrowserUploadUrl
point to an URL that starts with https when CKEditor is running on a SSL website?
can you please tell me where should i get this if it is in config file inside ckfinder.
comment:3 Changed 12 years ago by
This option is described in every manual integration method for every connector E.g. http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/CKEditor_Integration
Just select connector you use http://docs.cksource.com/CKFinder_2.x/Developers_Guide and read about manual integration method.
comment:4 Changed 12 years ago by
@ravi Either (1) check how do you connect CKFinder wit CKEditor (setupCKEditor?) and paste that part of code or even better (2) check in Firebug in DOM inspector the value of CKEDITOR.instances.editor1.config.filebrowserUploadUrl (where "editor1" is the name of your instance
comment:6 Changed 12 years ago by
Status: | new → pending |
---|
@ravi could you tell us if you have managed to solve your issue so that we can close this ticket or you still have problems?
comment:7 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Does
filebrowserUploadUrl
point to an URL that starts with https when CKEditor is running on a SSL website?