AndroidAsync
AndroidAsync copied to clipboard
Client authentication not supported
In order to enable client authentication, wrapper.engine.setNeedClientAuth(true) needs to be called before it begins handshake. When this is enabled, the rest is done through TrustManager & KeyManager as usual.
I can send you the code if you need it. (A few lines each in AsyncHttpServer.java and AsyncSSLSocketWrapper.java)
Actually, its about 5 lines in AsyncHttpServer.java. Don't need the wrapper.
@jfehr67 Are you referring to "Authentication in URL" which looks something like https://username:[email protected]/? When I try this I get an authorization failure from the server, what are you saying needs to be done for this to work?