hieuhtr / Blog

Don’t be lazy. Don’t make excuses. No one cares. Work fucking harder.
Other
6 stars 2 forks source link

OpenVPN pause at Authorizing #70

Open hieuhtr opened 7 years ago

hieuhtr commented 7 years ago

Problem

Investigating

Check /var/log/syslog Issue: CRL: cannot read: crl.pem

screen_shot_2017-09-05_at_6_36_12_pm

Check current permission of this file

-rw------- 1 root root  857 Sep  5 07:08 crl.pem

Check server.conf to know acceptable permission of this file

...
user nobody
group nogroup
...

Modify its permission

sudo chmod 600 crl.pem
sudo chown -R nobody:nogroup /etc/openvpn/crl.pem