OpenVPN integration with java application

All comments and questions related to the functionality of the OpenVPN web pages and forum should go here.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Jas20
OpenVpn Newbie
Posts: 1
Joined: Fri Mar 25, 2011 6:54 am

OpenVPN integration with java application

Post by Jas20 » Fri Mar 25, 2011 6:56 am

I used perl script to implement username and pasword based authentication between openvpn and java application and it worked.
But now I need to send back a random number generated by the java application to the openvpn client for signing purpose and again send that random number to the application in order to facilitate successfull authentication.
Is it possible??and how can it be done? :?

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: OpenVPN integration with java application

Post by janjust » Fri Mar 25, 2011 10:17 am

err , not sure I understand: you want to send data to the openvpn client that the client itself needs to sign? AFAIK this is not possible. You *may* be able to pull this off by adding a plugin to openvpn but there's no way to get the VPN client to sign a random piece of data for you.

Post Reply