Jump to content

No SSL Detected on Client Profile on Admin Page


Recommended Posts

  • 1 year later...
  • 2 months later...
  • 4 months later...

 this was the solution for me:

enable these options in my php.ini

curl.cainfo = /etc/pki/tls/certs/ca-bundle.crt
openssl.cafile = /etc/pki/tls/certs/ca-bundle.crt

exactly the same path. (Obviously the server must have a certificate issued for this to work).

furthermore i updated to curl 7.76.1 with the following.

1) create a new file /etc/yum.repos.d/city-fan.repo

2) Paste the following contents:

[CityFan]
name=City Fan Repo
baseurl=http://www.city-fan.org/ftp/contrib/yum-repo/rhel$releasever/$basearch/
enabled=1
gpgcheck=0

3) type:

yum clean all
yum install curl 

4) And it's done.

at the end I have removed the repository to not receive new updates from any other package.

Link to comment
Share on other sites

  • 3 months later...

I have the same issue. SSL is working  fine for the hostname of a VPS but WHMCS still shows the SSL as failed. The customer keeps nagging me saying something is wrong with the server. 

Can we at least disable the padlock until WHMCS fixes it correctly? It's causing issues with our customers.

And the post above wouldn't work.  This randomly happens on domains, so I need to prevent it. Not just fix it when a customer complains.

Link to comment
Share on other sites

  • 5 weeks later...
  • 3 weeks later...

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