Developing Clients for the Monkeysphere Validation Agent
Clients need to be capable of issuing an HTTP JSON request and parsing the response.
A compliant client should examine the process' environment for the
MONKEYSPHERE_VALIDATION_AGENT_SOCKET environment variable for the
the address of the listening agent.
For example, the variable might be http://localhost:6136. In this
case, the client should send its request to the server listening on
port 6136 on the loopback. Clients should know
details of the requests and responses.
If you have any questions, please contact us -- we
would love to help you make your program take advantage of the
certificate validation services offered by the msva.

