D
Deleted member 22630
Guest
Hi RMerlin,
In the OpenVPN server settings, I enabled "Extra HMAC authorization (tls-auth)" for Incoming (0). The generated config file then contains the line:
which cannot be parsed when importing into Android clients.
This should be:
which is parsed and works properly.
Regards,
Scott.
In the OpenVPN server settings, I enabled "Extra HMAC authorization (tls-auth)" for Incoming (0). The generated config file then contains the line:
Code:
</tls-auth> 1
This should be:
Code:
</tls-auth>
key-direction 1
Regards,
Scott.