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
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
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js
Also same issue arrive in checkout page.
magento2 https
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.
add a comment |
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
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js
Also same issue arrive in checkout page.
magento2 https
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.
add a comment |
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
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js
Also same issue arrive in checkout page.
magento2 https
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
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/jquery/jquery-storageapi.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/dropdownDialog.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/equalElement.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/domReady.js
- sitepath/pub/static/frontend/emtheme/theme_name/en_CA/modal.js
Also same issue arrive in checkout page.
magento2 https
magento2 https
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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