Jump to content

Fix SSL


Recommended Posts

Hello,

My website has ssl, however you need to manually type https in order to use it. I changed the General Settings in the admin, i changed domain, to have https, and system url, to https also. Now when I go to the site, it doesnt work.  I attached a screenshot of what I see when I go to my site.

Screenshot from 2020-11-17 20-32-57.png

Link to comment
Share on other sites

Are you accessing the admin via https:// and it redirects you to http://?  if so, that would be why it logs you out as the session cookie wont match .  As such, you need to edit the database directly and change the option there.   or use http:// and change the password afterwards -- not the best solution but it will get you there. 

Link to comment
Share on other sites

  • WHMCS Technical Analyst II

Hello @Vpxgamer

 

You can run the following SQL comand directly on your WHMCS DB and change  the http://www.yourdomain.com/whmcs/ entry accordingly.

 

UPDATE `tblconfiguration` SET value ='http://www.yourdomain.com/whmcs/' WHERE setting='SystemURL';

 

I hope this helps.

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated