MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2016-04-28, 13:59:33

Title: Intermediate cert is not installed properly by Kloxo
Post by: Spacedust on 2016-04-28, 13:59:33
It shows some errors like this. SSL check shows something like this:

Quote
WARNING: cannot verify domain.com’s certificate, issued by “/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2”:
  Unable to locally verify the issuer’s authority.

I'm using Apache 2.4.x

I found that I need to place the intermediate directly to domain.com.pem right after primary cert. That would create a chain.

Then I also needed to comment the following line:

#SSLCACertificatefile /home/kloxo/client/admin/ssl/domain.com.ca

Title: Re: Intermediate cert is not installed properly by Kloxo
Post by: Spacedust on 2016-04-28, 14:49:41
Kloxo should add the intermediate right after primary cert in the same file. There is no use for SSLCACertificatefile anymore.