Jump to content

https not working


Recommended Posts

Hi,

I accedently changed the URL to https and i think i made a mistake in the URL

Now it is not giving me any access to any portal not admin and not client

 

i installed letsencrypt to try and trubleshoot it and still no joy

Please assist

Thank you so much

Link to comment
Share on other sites

Hello Pandera,

 

Thanks for your post, you'll need to reset the domain in the Database, to do this execute the the following query replacing "yourdomain.com" with your WHMCS Path

 

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

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