ocserv 0.0.1 release

Nikos Mavrogiannopoulos nmav at gnutls.org
Fri Feb 22 03:41:52 EST 2013


On Fri, Feb 22, 2013 at 12:41 AM, Mike Miller <mtmiller at ieee.org> wrote:

>>  This is the first public release of ocserv, a small VPN server that
>> implements the AnyConnect SSL VPN protocol. The server targets small
>> embedded Linux devices.
> Hi Nikos, just wanted to say I tried this out and it works for me, at
> least to the point of connecting and setting up a tunnel. A couple
> points that don't work:
> Cannot connect with openconnect < 4.00. The error is reported at
> worker-vpn.c:563. I bisected openconnect down to a change to send the
> CSTP connection in one burst [1]. Perhaps ocserv is expecting the
> connection headers all at once and failing if the first recv doesn't
> have everything it needs? I have not dug into ocserv to work this yet,
> only guessing.

Hello,
 That's interesting. It may be that I'm not optimally using the http
parser. It could be that it considers the headers complete once the
first read is done. Will check.

> Out-of-source-tree build fails, the following trivial diff fixes it for
> me:
> +       -autogen $<

will apply thanks!

regards,
Nikos



More information about the openconnect-devel mailing list