Title: Secure Connection ( SSL / HTTPS )
Last modified: August 19, 2016

---

# Secure Connection ( SSL / HTTPS )

 *  Resolved [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/)
 * Currently Using: WordPress 3.0
 * Plugin’s attempted to use:
    – HTTPS for WordPress – Force SSL
 * Security Certificate: COMODO EV SSL
 * On my website ( [http://at-riskyouth.org](http://at-riskyouth.org) ) i have the
   main site which tons of pages and attached to our site is our store (WP E-Commerce)
   and within our store we have our checkout page. On our site, the ONLY page that
   we want secured is the checkout page, no others pages.
 * I went into the database and changed the GUID of the Checkout Page to “[https://…&#8221](https://…&#8221);
   and made sure all other pages and settings say “[http://…&#8221](http://…&#8221);.
   In the .htaccess file i have the following code:
 * # BEGIN Custom Code
    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{
   SERVER_PORT} 80 RewriteCond %{REQUEST_URI} /products/checkout/ RewriteRule ^(.*)
   $ [https://at-riskyouth.org/$1](https://at-riskyouth.org/$1) [R,L] </IfModule
   > # END Custom Code
 * Basically saying if you are on a unsecured port and accessing the checkout page,
   redirect to a secured port.
 * The issue: The secured page is not secured because there are elements on that
   page that are originating from unsecure locations. All of the elements that i
   can change, have been. The only ones left are a couple from varies plugins (.
   js / .css files). I *could* go into the code of each plugin and change the link
   to [https://](https://wordpress.org/support/topic/secure-connection-ssl-https/?output_format=md)..
   instead of [http://&#8230](http://&#8230); but whenever an update is release 
   i would have to go back and redo that change. Which becomes an extreme pain in
   my ass, so i really dont want to do that.
 * Any ideas of how to fix this? I would assume that the correct and most effecient
   way of doing this would be adding a bit of code to the htaccess file, but i may
   be wrong. Anyone know of that code or perhaps a plugin that might work?

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

 *  Thread Starter [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597481)
 * Bump – Still need help!
 *  Thread Starter [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597524)
 * Bump – Anyone out there? Testing 1 2 3…
 *  [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597545)
 * I had this exact same problem… so I wrote a plugin to fix it. I use a slightly
   different method of fixing insecure elements that are being loaded by plugins
   that the HTTPS for WordPress can’t fix. HTTPS for WordPress’ functionality is
   built into WordPress now, so the plugin serves no purpose.
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)
 *  Thread Starter [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597564)
 * Thank you! Thank you! Thank you! Thank you! Thank you!
 * You are a life saver!
 *  [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597573)
 * Not a problem! I’m glad my plugin has been useful.
 * Don’t forget to rate and such! It’ll help my plugin reach out to more people 
   in need.
 * Thanks for downloading, and let me know if you run into any issues.

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

The topic ‘Secure Connection ( SSL / HTTPS )’ is closed to new replies.

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [Secure Connection](https://wordpress.org/support/topic-tag/secure-connection/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/secure-connection-ssl-https/#post-1597573)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
