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
It grows, but water kills it
Can I sign legal documents with a smiley face?
Start making guitar arrangements
Why did the EU agree to delay the Brexit deadline?
Why does the Sun have different day lengths, but not the gas giants?
Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]
Are paving bricks differently sized for sand bedding vs mortar bedding?
Lowest total scrabble score
C++ debug/print custom type with GDB : the case of nlohmann json library
What should you do if you miss a job interview (deliberately)?
Creepy dinosaur pc game identification
dpdt switch to spst switch
L1 and Ln cache: when are they written?
Loading commands from file
Closed-form expression for certain product
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
What should you do when eye contact makes your subordinate uncomfortable?
Added a new user on Ubuntu, set password not working?
The screen of my macbook suddenly broken down how can I do to recover
Why should universal income be universal?
Which one is correct as adjective “protruding” or “protruded”?
What was this official D&D 3.5e Lovecraft-flavored rulebook?
copy and scale one figure (wheel)
Why Shazam when there is already Superman?
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♦ 15 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♦ 15 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♦ 15 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♦ 15 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