Title: Adding more requests after switching to https
Last modified: August 31, 2016

---

# Adding more requests after switching to https

 *  Resolved [blog2k15](https://wordpress.org/support/users/blog2k15/)
 * (@blog2k15)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/)
 * Adding more requests after switching to https.
 * check these reports plz.
 * without https
 * [http://tools.pingdom.com/fpt/#!/YPKIQ/easycoupons.in](http://tools.pingdom.com/fpt/#!/YPKIQ/easycoupons.in)
   
   [http://www.webpagetest.org/result/160131_K4_P1T/](http://www.webpagetest.org/result/160131_K4_P1T/)
 *  – less requests, javascript loaded from cloudflare using minification and rocket
   loader
 * with https same config
 * [http://tools.pingdom.com/fpt/#!/doOzZ/https://easycoupons.in/](http://tools.pingdom.com/fpt/#!/doOzZ/https://easycoupons.in/)
   
   [http://www.webpagetest.org/result/160131_YW_P84/](http://www.webpagetest.org/result/160131_YW_P84/)
 *  java scripts is requesting again. and making more requests
 * [https://wordpress.org/plugins/cloudflare-flexible-ssl/](https://wordpress.org/plugins/cloudflare-flexible-ssl/)

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

 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011185)
 * There is nothing in this plugin which would cause your site to start requesting
   random scripts.
 *  Thread Starter [blog2k15](https://wordpress.org/support/users/blog2k15/)
 * (@blog2k15)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011223)
 * Yes, I asked in support for cloudflare also, They are not random scripts. they
   are scripts from the same themes and plugins .
    Thanks
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011242)
 * They appear random since if your site is functional on HTTP with those scripts
   you showed, then why does it need other scripts on HTTPS? What exactly is adding
   those extra scripts?
 *  [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * (@michaelvdberg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011498)
 * You could also create a SSL force without a plug-in. You have only creat a .htaccess
   file in your website.
 * Install a SSL certificate at your server. I think you have this done already.
   
   Create a .htaccess in your root file of WordPress (like domain.com/.htacces).
   Put the next code into it:
 * # BEGIN WordPress
    RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)
   [https://%](https://%){SERVER_NAME}/$1 [R,L] RewriteRule ^index\.php$ – [L] RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] # END WordPress
 * Change your url in the general settings from [http://(www)](http://(www)).domain.
   com to https(www).domain.com
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011519)
 * This isn’t the same – your comment is completely incorrect, and is for another
   use case altogether. Less sabotage and more helpful comments would benefit us
   all.

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

The topic ‘Adding more requests after switching to https’ is closed to new replies.

 * ![](https://ps.w.org/cloudflare-flexible-ssl/assets/icon-256x256.png?rev=2021081)
 * [Flexible SSL for CloudFlare](https://wordpress.org/plugins/cloudflare-flexible-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cloudflare-flexible-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cloudflare-flexible-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/cloudflare-flexible-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cloudflare-flexible-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cloudflare-flexible-ssl/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/adding-more-requests-after-switching-to-https/#post-7011519)
 * Status: resolved