I'm looking at a situation where some client code in an app will be connecting to a server which will require a custom ssl socket factory, but other client code in the same app will be connecting to a different server, which will not require that custom ssl socket factory.
I was thinking that I could create separate HttpClient objects at startup time for the two different circumstances, and one would get the custom ssl socket factory configured into its SchemeRegistry, and the other would not. Is that reasonable? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
