Hey, The majority of the communications that occur is in plan text. To authenticate I have to use HTTPS and parse some XML data. Is it worth using HTTPClient with Mina? Or just keeping using Mina alone? The application is a standalone app if it makes any difference :)
Best Regards, Mark Wallsgrove 2009/10/5 Emmanuel Lecharny <[email protected]>: > David Rosenstrauch wrote: >> >> On 10/05/2009 12:59 PM, Mark Wallsgrove wrote: >>> >>> Hey guys, >>> >>> I need to create a client which can read data of an HTTPS connection >>> .. I have seen examples for SSL servers, but not clients. Could >>> someone provide me with a really basic example? Surely it isn't too >>> hard? >> >> Maybe use Apache Commons' HTTPClient? > > Hmmm, well, probably the best suggestion, yes :) >> >> DR >> > > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > > -- Best Regards, Mark Wallsgrove
