You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2023/08/18 01:24:00 UTC

[users@httpd] Enable two way SSL on Apache httpd web server.

Hi,

I am running Apache httpd version: Apache/2.4.57 on CentOS Linux
release 7.9.2009 (Core). Is there a way to enable two way SSL on Apache web
server?

# httpd -v
Server version: Apache/2.4.57 (IUS)
Server built:   Apr  7 2023 14:49:47
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
#

Please guide me. Thanks in Advance.

Best Regards,

Kaushal

Re: [users@httpd] Enable two way SSL on Apache httpd web server.

Posted by Frank Gingras <th...@apache.org>.
Pattie,

You will need to unsubscribe, then:

To unsubscribe, send a message to *users-unsubscribe@httpd.apache.org
<us...@httpd.apache.org>* (or, if you are subscribed to the
digest version of the list, send to *users-digest-unsubscribe@httpd.apache.org
<us...@httpd.apache.org>* ). You must send the
unsubscribe message from the same email address that you used to subscribe
to the list.


On Fri, Aug 18, 2023 at 4:51 PM Alec Burgess <bu...@gmail.com> wrote:

> Alec passed away May 24th. please delete all future emails
>
> Sincerely Pattie Burgess
> Regards ... Alec
> --
>
>
> On Fri, Aug 18, 2023 at 6:08 AM Daniel Ferradal <df...@apache.org>
> wrote:
>
>>
>> El vie, 18 ago 2023 a las 3:24, Kaushal Shriyan (<
>> kaushalshriyan@gmail.com>) escribió:
>>
>>> Hi,
>>>
>>> I am running Apache httpd version: Apache/2.4.57 on CentOS Linux
>>> release 7.9.2009 (Core). Is there a way to enable two way SSL on Apache web
>>> server?
>>>
>>> # httpd -v
>>> Server version: Apache/2.4.57 (IUS)
>>> Server built:   Apr  7 2023 14:49:47
>>> # cat /etc/redhat-release
>>> CentOS Linux release 7.9.2009 (Core)
>>> #
>>>
>>> Please guide me. Thanks in Advance.
>>>
>>> Best Regards,
>>>
>>> Kaushal
>>>
>>
>> Hello,
>>
>> It is quite simple.
>>
>> You just need basically two directives:
>>
>> SSLVerifyClient require
>> and
>> SSLCACertificateFile /path/to/list-of-cas.crt
>>
>> In this second directives you just need to add the root CA/s of the CA
>> that signs your client certificates.
>>
>>
>> --
>> Daniel Ferradal
>> HTTPD Project
>> #httpd help at Libera.Chat
>>
>

Re: [users@httpd] Enable two way SSL on Apache httpd web server.

Posted by Alec Burgess <bu...@gmail.com>.
Alec passed away May 24th. please delete all future emails

Sincerely Pattie Burgess
Regards ... Alec
--


On Fri, Aug 18, 2023 at 6:08 AM Daniel Ferradal <df...@apache.org>
wrote:

>
> El vie, 18 ago 2023 a las 3:24, Kaushal Shriyan (<ka...@gmail.com>)
> escribió:
>
>> Hi,
>>
>> I am running Apache httpd version: Apache/2.4.57 on CentOS Linux
>> release 7.9.2009 (Core). Is there a way to enable two way SSL on Apache web
>> server?
>>
>> # httpd -v
>> Server version: Apache/2.4.57 (IUS)
>> Server built:   Apr  7 2023 14:49:47
>> # cat /etc/redhat-release
>> CentOS Linux release 7.9.2009 (Core)
>> #
>>
>> Please guide me. Thanks in Advance.
>>
>> Best Regards,
>>
>> Kaushal
>>
>
> Hello,
>
> It is quite simple.
>
> You just need basically two directives:
>
> SSLVerifyClient require
> and
> SSLCACertificateFile /path/to/list-of-cas.crt
>
> In this second directives you just need to add the root CA/s of the CA
> that signs your client certificates.
>
>
> --
> Daniel Ferradal
> HTTPD Project
> #httpd help at Libera.Chat
>

Re: [users@httpd] Enable two way SSL on Apache httpd web server.

Posted by Daniel Ferradal <df...@apache.org>.
El vie, 18 ago 2023 a las 3:24, Kaushal Shriyan (<ka...@gmail.com>)
escribió:

> Hi,
>
> I am running Apache httpd version: Apache/2.4.57 on CentOS Linux
> release 7.9.2009 (Core). Is there a way to enable two way SSL on Apache web
> server?
>
> # httpd -v
> Server version: Apache/2.4.57 (IUS)
> Server built:   Apr  7 2023 14:49:47
> # cat /etc/redhat-release
> CentOS Linux release 7.9.2009 (Core)
> #
>
> Please guide me. Thanks in Advance.
>
> Best Regards,
>
> Kaushal
>

Hello,

It is quite simple.

You just need basically two directives:

SSLVerifyClient require
and
SSLCACertificateFile /path/to/list-of-cas.crt

In this second directives you just need to add the root CA/s of the CA that
signs your client certificates.


-- 
Daniel Ferradal
HTTPD Project
#httpd help at Libera.Chat