SSL Mixed content preventing Joomla installation - Joomla! Forum - community, help and support
is case joomla 3.6.5 cannot installed on site has ssl in place?
i unable past step 1 pressing "next" button not work.
a check of console shows following error:
appreciate on how proceed. see link query on stackoverflow
i unable past step 1 pressing "next" button not work.
a check of console shows following error:
mixed content: page @ 'https://example.com/joomla/installation/index.php' loaded on https, requested insecure xmlhttprequest endpoint 'http://example.com/joomla/installation/index.php'. request has been blocked; content must served on https.
xmlhttprequest cannot load http://example.com/joomla/installation/index.php. failed start loading.
appreciate on how proceed. see link query on stackoverflow
okay, seems developers have working assumption installing joomla must on site without ssl enabled , should inclined use ssl, ever after have installed joomla.
as of joomla 3.6.4, if try install on site secured ssl , strict transport policy etc, installation fail due mixed content. failure triggered when press "next" after filling in items step 1 of 3 installation.
note silent failure , find there no response after pressing "next" button. way know there has been error, check js console.
to around strange limitation, have hacking
remember clear browser cache if had loaded installation page before taking action.
as of joomla 3.6.4, if try install on site secured ssl , strict transport policy etc, installation fail due mixed content. failure triggered when press "next" after filling in items step 1 of 3 installation.
note silent failure , find there no response after pressing "next" button. way know there has been error, check js console.
to around strange limitation, have hacking
- 1. open /installation/template/js/installation.js
- 2. around line 357, change "baseurl = _base;" "baseurl = _base.replace('http://', 'https://');"
- 3. save , start installation.
remember clear browser cache if had loaded installation page before taking action.
Comments
Post a Comment