crl-verify causes server to crash when client connects
Posted: Tue Aug 31, 2010 7:27 am
Hi,
I am using OpenVPN 2.1_rc7 on ubuntu as a server, and connecting with a windows client.
My goal is to make sure that when I revoke a certificate it is not accepted anymore by the server.
For this I followed the instruction under http://openvpn.net/index.php/open-sourc ... tml#revoke
The problem is that as soon as I add the line : crl-verify <path>/revoke-<cert_name>.pem to my server config file, event the non-revoked certificates cannot connect to the server.
In fact, when going back to the server and checking for the openvpn process, I can see it went down.
As soon as I comment the crl-verify line everything works fine again...
Any idea why this doesn't work ?
I am using OpenVPN 2.1_rc7 on ubuntu as a server, and connecting with a windows client.
My goal is to make sure that when I revoke a certificate it is not accepted anymore by the server.
For this I followed the instruction under http://openvpn.net/index.php/open-sourc ... tml#revoke
The problem is that as soon as I add the line : crl-verify <path>/revoke-<cert_name>.pem to my server config file, event the non-revoked certificates cannot connect to the server.
In fact, when going back to the server and checking for the openvpn process, I can see it went down.
As soon as I comment the crl-verify line everything works fine again...
Any idea why this doesn't work ?