Tag Archive for openvpn

OpenVPN Android client, error msg: “option or or was not properly closed out”

The fckn openvpn always s**ked me on android…

I found, why:

I have learned:
1. Filename extension *must* be lowercase
2. Remove all space(s) between last character(s) and CrLf. E.g.:
<CA>{SPACE}CrLf to
<CA>CrLf

src: https://forums.openvpn.net/viewtopic.php?t=25096

OpenVPN windows automatikus indítása Windows-on

regedit

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Majd az alábbi kulcs hozzádása:

openvpn

“C:\Program Files\OpenVPN\bin\openvpn-gui.exe” –connect housemaster.ovpn

Példa:

openvpn_regedit