some js not load with https in magento2https to http change url through .htaccess in magento sites except checkout or my account pageEntire Magento site is HTTPS?Some code redirect to httpsAdd to cart ajax buttons not working with secure(https) cartHTTPS with Cloudfareremove https from unsecure pagesMagento 1.9 https ERR_TOO_MANY_REDIRECTSSome of url are redirected to httpsForce api connect HTTP not HTTPSMagento 2 : Varnish not working with HTTPS

Multiplicative persistence

If infinitesimal transformations commute why dont the generators of the Lorentz group commute?

Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?

Fear of getting stuck on one programming language / technology that is not used in my country

Why is it that I can sometimes guess the next note?

Is there any references on the tensor product of presentable (1-)categories?

Is it better practice to read straight from sheet music rather than memorize it?

Did arcade monitors have same pixel aspect ratio as TV sets?

The IT department bottlenecks progress. How should I handle this?

Are paving bricks differently sized for sand bedding vs mortar bedding?

C++ debug/print custom type with GDB : the case of nlohmann json library

Closed-form expression for certain product

Travelling outside the UK without a passport

How much character growth crosses the line into breaking the character

Added a new user on Ubuntu, set password not working?

Did Swami Prabhupada reject Advaita?

Symbol used to indicate indivisibility

How do I color the graph in datavisualization?

If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?

What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?

How should I respond when I lied about my education and the company finds out through background check?

What does chmod -u do?

Strong empirical falsification of quantum mechanics based on vacuum energy density



some js not load with https in magento2


https to http change url through .htaccess in magento sites except checkout or my account pageEntire Magento site is HTTPS?Some code redirect to httpsAdd to cart ajax buttons not working with secure(https) cartHTTPS with Cloudfareremove https from unsecure pagesMagento 1.9 https ERR_TOO_MANY_REDIRECTSSome of url are redirected to httpsForce api connect HTTP not HTTPSMagento 2 : Varnish not working with HTTPS













0















when i open my site with https some js missing. If i open with http it's working fine. I have installed SSl after redirect to https. I have also check store->configuration->web->Secure url but it's all set. See below js files are missing




  1. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js

  2. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js

  3. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js

  4. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js

  5. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js



Also same issue arrive in checkout page.










share|improve this question
















bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    0















    when i open my site with https some js missing. If i open with http it's working fine. I have installed SSl after redirect to https. I have also check store->configuration->web->Secure url but it's all set. See below js files are missing




    1. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js

    2. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js

    3. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js

    4. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js

    5. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js



    Also same issue arrive in checkout page.










    share|improve this question
















    bumped to the homepage by Community 17 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      when i open my site with https some js missing. If i open with http it's working fine. I have installed SSl after redirect to https. I have also check store->configuration->web->Secure url but it's all set. See below js files are missing




      1. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js

      2. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js

      3. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js

      4. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js

      5. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js



      Also same issue arrive in checkout page.










      share|improve this question
















      when i open my site with https some js missing. If i open with http it's working fine. I have installed SSl after redirect to https. I have also check store->configuration->web->Secure url but it's all set. See below js files are missing




      1. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js

      2. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js

      3. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js

      4. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js

      5. sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js



      Also same issue arrive in checkout page.







      magento2 https






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 8 at 11:21









      Rakesh Donga

      1,976316




      1,976316










      asked Nov 23 '16 at 13:53









      nil108nil108

      5311




      5311





      bumped to the homepage by Community 17 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 17 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Make sure you have in system configuration --> web --> secure urls to allow ssl in front end.



          If that's set to yes already, I usually cheat and set the insecure base URL to be prefixed with HTTPS:// (yes I know it says insecure) then that will make your site run under https exclusively and ensure all resources are loaded securely.



          cause: Most browsers will block the loading of insecure content (e.g js, css) on a HTTPS session for security






          share|improve this answer























          • Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

            – nil108
            Nov 24 '16 at 5:07











          • Clear all caches including JS and images cache

            – Timothy Frew
            Nov 24 '16 at 7:12










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f147185%2fsome-js-not-load-with-https-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Make sure you have in system configuration --> web --> secure urls to allow ssl in front end.



          If that's set to yes already, I usually cheat and set the insecure base URL to be prefixed with HTTPS:// (yes I know it says insecure) then that will make your site run under https exclusively and ensure all resources are loaded securely.



          cause: Most browsers will block the loading of insecure content (e.g js, css) on a HTTPS session for security






          share|improve this answer























          • Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

            – nil108
            Nov 24 '16 at 5:07











          • Clear all caches including JS and images cache

            – Timothy Frew
            Nov 24 '16 at 7:12















          0














          Make sure you have in system configuration --> web --> secure urls to allow ssl in front end.



          If that's set to yes already, I usually cheat and set the insecure base URL to be prefixed with HTTPS:// (yes I know it says insecure) then that will make your site run under https exclusively and ensure all resources are loaded securely.



          cause: Most browsers will block the loading of insecure content (e.g js, css) on a HTTPS session for security






          share|improve this answer























          • Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

            – nil108
            Nov 24 '16 at 5:07











          • Clear all caches including JS and images cache

            – Timothy Frew
            Nov 24 '16 at 7:12













          0












          0








          0







          Make sure you have in system configuration --> web --> secure urls to allow ssl in front end.



          If that's set to yes already, I usually cheat and set the insecure base URL to be prefixed with HTTPS:// (yes I know it says insecure) then that will make your site run under https exclusively and ensure all resources are loaded securely.



          cause: Most browsers will block the loading of insecure content (e.g js, css) on a HTTPS session for security






          share|improve this answer













          Make sure you have in system configuration --> web --> secure urls to allow ssl in front end.



          If that's set to yes already, I usually cheat and set the insecure base URL to be prefixed with HTTPS:// (yes I know it says insecure) then that will make your site run under https exclusively and ensure all resources are loaded securely.



          cause: Most browsers will block the loading of insecure content (e.g js, css) on a HTTPS session for security







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 23 '16 at 18:36









          Timothy FrewTimothy Frew

          31929




          31929












          • Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

            – nil108
            Nov 24 '16 at 5:07











          • Clear all caches including JS and images cache

            – Timothy Frew
            Nov 24 '16 at 7:12

















          • Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

            – nil108
            Nov 24 '16 at 5:07











          • Clear all caches including JS and images cache

            – Timothy Frew
            Nov 24 '16 at 7:12
















          Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

          – nil108
          Nov 24 '16 at 5:07





          Already configuration --> web --> secure urls to allow ssl in frontend. Also i have set insecure url with https:// but still issue there.

          – nil108
          Nov 24 '16 at 5:07













          Clear all caches including JS and images cache

          – Timothy Frew
          Nov 24 '16 at 7:12





          Clear all caches including JS and images cache

          – Timothy Frew
          Nov 24 '16 at 7:12

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f147185%2fsome-js-not-load-with-https-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

          Aasi (pallopeli) Navigointivalikko