I came across an open source SOCKS client library that supports connecting to a SOCKS proxy using a trustmanager key to verify the remote server.
However, I have been unable to find SOCKS proxy servers that support this. Are these available at all commercial or not?
The library in question is sockslib (Java), which sports this specific client example.
A related question: with this specific library, it is possible to define both a keymanager key (in addition to the trustmanager key) as well as normal credentials. Does this make sense for SOCKS servers?