Jump to content

Login not working


Recommended Posts

Hello everyone I have Installed a php website scrip and installation is working fine, But the problem is  when I activate the ssl(cloudflare) on it, my Login and some other buttons on the welcome screen does not work.

Please try with following link

Url : social.searchika.com

Login details:

user : searchika

Password : searchika

Link to comment
Share on other sites

Yep, doesn't work.  Glad we got that sorted out.... lol.

 

Only support I can provide (without more details) is the console log error I'm seeing:

VM15:1 Mixed Content: The page at 'https://social.searchika.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://social.searchika.com/requests.php?hash=dae40cb6316d320130e8&f=update_lastseen&_=1562702739775'. This request has been blocked; the content must be served over HTTPS.

Link to comment
Share on other sites

8 hours ago, quasiman said:

Yep, doesn't work.  Glad we got that sorted out.... lol.

 

Only support I can provide (without more details) is the console log error I'm seeing:

VM15:1 Mixed Content: The page at 'https://social.searchika.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://social.searchika.com/requests.php?hash=dae40cb6316d320130e8&f=update_lastseen&_=1562702739775'. This request has been blocked; the content must be served over HTTPS.

Good find.  There are actually many of these errors where it's requesting http over https which the browser won't allow.  

Either the server needs to be configured to serve https or the code/configuration needs to be changed so that it uses relative paths or for some of the included external javascript and css, to use  '//....' rather than 'http://'.  

The login fails for the same reason, as it's attempting an ajax call to:  http://....com/requests.php?f=login which is denied.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.