侧边栏壁纸
博主头像
nivnek博主等级

道阻且长,行则将至

  • 累计撰写 21 篇文章
  • 累计创建 27 个标签
  • 累计收到 1 条评论

目 录CONTENT

文章目录

Missing external certificate on MacOS when to startup openvpn

kenvin
2022-12-01 / 0 评论 / 0 点赞 / 1512 阅读 / 1071 字

Issue

Error: missing external certificate
OS version: macOS 12.4
OpenVPN version: 3.2.7 (3220)

After import openvpn the .ovpn config file ,trying to start it. There is a error message “missing external certificate”. Fortunately, I ignored this error and the openvpn application still works. I don’t like having an error message pop up every time I run the OpenVPN.

Soulution

Add following two lines into .ovpn config. Once the import is successful, there is no problem running it again.

reneg-sec 0
setenv CLIENT_CERT 0
0

评论区