Page 1 of 1

CLOSED: how do i generate ta.key on windows 10 client?

Posted: Wed Dec 04, 2019 9:35 am
by strellnikov
trying to resolve the tls handshake issue and read UDPv4: Net dropped connection or reset (WSAENETRESET) (code=10052) issue. I followed the wiki but WHAT IS TA.KEY AND HOW DO I GENERATE IT ON WIN10 CLIENT?????????????? you sort of left that out.

Re: how do i generate ta.key on windows 10 client?

Posted: Wed Dec 04, 2019 4:12 pm
by bigfoot65
It was not left out. Read the wiki guidance again. It tells you how to do it:
OK, there is one more thing left to do on server, you need to copy "ta.key" to a shared folder, because you have to use it on VPN client. a simple way to do this is to enter the following command, it will copy "ta.key" to "Docs" share folder which is accessible via Windows Share:

cp /etc/openvpn/amahi/ta.key /var/hda/files/docs
Marking as closed.