Title: https links on http pages are being converted to http.
Last modified: August 20, 2016

---

# https links on http pages are being converted to http.

 *  Resolved [David](https://wordpress.org/support/users/dalonzovictoriaclippercom/)
 * (@dalonzovictoriaclippercom)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/)
 * We have our site [http://www.cv.com](http://www.cv.com) and on that page there
   is a required anchor tag that is https ([https://booking.cv.com](https://booking.cv.com))
   but the plug in changes the link to [http://booking.cv.com](http://booking.cv.com).
 * in the debug console:
    [12:16:00.212] [FIXED] Element: <script> [https://booking.cv.com/xxx/js/remote.js?js=1363115853](https://booking.cv.com/xxx/js/remote.js?js=1363115853)
   => [http://booking.cv.com/xxx/js/remote.js?js=1363115853](http://booking.cv.com/xxx/js/remote.js?js=1363115853)
 * Is there a way to have it ignore the booking.cv.com host?
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/#post-3554254)
 * You can add `booking.cv.com` or more specifically `booking.cv.com/xxx/js/remote.
   js` as a URL Filter.
 *  Thread Starter [David](https://wordpress.org/support/users/dalonzovictoriaclippercom/)
 * (@dalonzovictoriaclippercom)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/#post-3554282)
 * I did add booking.cv.com/xxx in the URL Filter previously and that didn’t prevent
   the plugin from changing the code on the page. Here is the example when the page
   is rendered from our [http://staging.cv.com](http://staging.cv.com):
 *     ```
       <script type="text/javascript" src="http://booking.cv.com/xxx/js/baseurl.js?js=1363279084"></script>
        	    <script type="text/javascript" src="http://booking.cv.com/xxx/js/remote.js?js=1363279084"></script>
       ```
   
 * Are there wildcards to append/prepend?
 *  Thread Starter [David](https://wordpress.org/support/users/dalonzovictoriaclippercom/)
 * (@dalonzovictoriaclippercom)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/#post-3554283)
 * I would like it to be:
 *     ```
       <script type="text/javascript" src="https://booking.cv.com/xxx/js/baseurl.js?js=1363279084"></script>
       <script type="text/javascript" src="https://booking.cv.com/xxx/js/remote.js?js=1363279084"></script>
       ```
   
 * Even though it is called from a http page.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/#post-3554320)
 * No, the plugin is coded to do that. Any HTTPS elements on an HTTP page are converted
   back to HTTP. This is by design. However, I don’t think it would cause any harm
   to make the plugin leave external HTTPs elements on HTTP pages as HTTPS. I’ll
   get it into the next release.

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

The topic ‘https links on http pages are being converted to http.’ is closed to 
new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/https-links-on-http-pages-are-being-converted-to-http/#post-3554320)
 * Status: resolved