Title: [Plugin: CKEditor For WordPress] would this be better
Last modified: August 20, 2016

---

# [Plugin: CKEditor For WordPress] would this be better

 *  Resolved [shuwid](https://wordpress.org/support/users/shuwid/)
 * (@shuwid)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-would-this-be-better/)
 * Hi,
 * Line 30 in ckeditorclass.php is giving me problems:
 *  if ( $_SERVER[‘HTTPS’] ) {
    $siteurl = str_replace(‘http:’, ‘https:’, $siteurl);
   $this->plugin_path = str_replace(‘http:’, ‘https:’, $this->plugin_path); } It
   works for me if I change it to this:
 *  if ( isset($_SERVER[‘HTTPS’]) ) {
    if ( ‘on’ == strtolower($_SERVER[‘HTTPS’])){
   $siteurl = str_replace(‘http:’, ‘https:’, $siteurl); $this->plugin_path = str_replace(‘
   http:’, ‘https:’, $this->plugin_path); } }
 * Maybe this helps development a bit, Maybe not.
 * [http://wordpress.org/extend/plugins/ckeditor-for-wordpress/](http://wordpress.org/extend/plugins/ckeditor-for-wordpress/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [michal](https://wordpress.org/support/users/michal_cksource/)
 * (@michal_cksource)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-would-this-be-better/#post-2622538)
 * Hi [@shuwid](https://wordpress.org/support/users/shuwid/),
    that was changed 
   in latest Developer version. You can find it here: [http://downloads.wordpress.org/plugin/ckeditor-for-wordpress.zip](http://downloads.wordpress.org/plugin/ckeditor-for-wordpress.zip).
   Now wordpress function is use to check if SSL is use.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: CKEditor For WordPress] would this be better’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ckeditor-for-wordpress_fbf8d9.svg)
 * [CKEditor for WordPress](https://wordpress.org/plugins/ckeditor-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ckeditor-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ckeditor-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/ckeditor-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ckeditor-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ckeditor-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [michal](https://wordpress.org/support/users/michal_cksource/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-would-this-be-better/#post-2622538)
 * Status: resolved