Been struggling the better part of last night trying to get server-j and libyubikey-client to work together from what I can tell by the very limited documentation those projects currently have it should be a pretty straight forward setup but it does not work. From what I can tell the result sent from the server is not being parsed correctly
D (("server response (%d): %.*s", client->curl_chunk_size, client->curl_chunk_size, client->curl_chunk)); status = strstr (client->curl_chunk, "status=");
returns two lines insead of just status=X which is used later on
status=OK h=rM+voSVNKheV2ULE/q+kFBff1BA=
the result of this is Verification output (101): Internal parse error
how to fix this?
|