Title: SSL problem while editing page
Last modified: May 1, 2020

---

# SSL problem while editing page

 *  [rajibrihan](https://wordpress.org/support/users/rajibrihan/)
 * (@rajibrihan)
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/)
 * Hello
    The pages working perfectly in front-end. But when editing the page at
   back-end it looks unsecured.
 * Why this problem occurs?
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12764981)
 * Look in your browser’s error console. Do you see any mixed content messages?
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools).
 *  Thread Starter [rajibrihan](https://wordpress.org/support/users/rajibrihan/)
 * (@rajibrihan)
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12765018)
 * Hello
    Another website is working perfectly. So browser is not an issue
 * Thank you
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12765035)
 * That’s not what I said. Look at your browser’s error console.
 *  [akkiorg](https://wordpress.org/support/users/akkiorg/)
 * (@akkiorg)
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12767912)
 * Hi,
    Please note that I am experiencing this issue all the time as my websitessomehow
   become “Not Secured” for some reason even when a valid SSLcertificate (Lets Encrypt)
   is installed on them. Furthermore, my WordPress URL and Site Addresses are grayed
   out in WP General Setting therefore I cannot change it HTTP to HTTPS.
 * When I submitted the above issue to the Bitnami Community (Wordrpess) they sent
   me the link ([https://docs.bitnami.com/aws/apps/wordpress/administration/configure-domain/](https://docs.bitnami.com/aws/apps/wordpress/administration/configure-domain/))
   and recommended to make following changes in Cobfug file:
 * Configure The WordPress Domain Name
    If you are using WordPress v3.3.1-5 or higher,
   only specify your domain name in the /opt/bitnami/apps/wordpress/htdocs/wp-config.
   php file. Edit and replace the following lines as shown, remembering to replace
   the DOMAIN placeholder with the actual domain name you wish to use:
 * define(‘WP_SITEURL’, ‘[http://&#8217](http://&#8217); . $_SERVER[‘HTTP_HOST’].‘/’);
   
   define(‘WP_HOME’, ‘[http://&#8217](http://&#8217); . $_SERVER[‘HTTP_HOST’] . ‘/’);
 * with
 * define(‘WP_SITEURL’, ‘[http://DOMAIN/&#8217](http://DOMAIN/&#8217););
    define(‘
   WP_HOME’, ‘[http://DOMAIN/&#8217](http://DOMAIN/&#8217););
 * I deleted the original lines and replaced them with the new ones as instructed
   and press Ctrl+X followed by “Y” to save it and closed the session. When I open
   a SSH session again, the two original lines were still there, while new ones 
   were not.
    It seems the they never got saved.
 * Your assistance required please.
 * Rregards
 *  [akkiorg](https://wordpress.org/support/users/akkiorg/)
 * (@akkiorg)
 * [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12767919)
 * Please ignore the #8217 in both the links .
 * define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);
    define(‘WP_HOME’,‘
   http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);
 * with
 * define(‘WP_SITEURL’, ‘http://DOMAIN/’);
    define(‘WP_HOME’, ‘http://DOMAIN/’);

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘SSL problem while editing page’ is closed to new replies.

## Tags

 * [SSL issues](https://wordpress.org/support/topic-tag/ssl-issues/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [akkiorg](https://wordpress.org/support/users/akkiorg/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/ssl-problem-while-editing-page/#post-12767919)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
