Re: HttpClient with Post and an https address

2015-09-02 Thread Stefan Magnus Landrø
Pretty much, yes Sendt fra min iPhone > Den 3. sep. 2015 kl. 00.25 skrev LgM Michael : > > I’m attempting to establish an https connection and perform a POST. The > examples I’ve seen show a somewhat solution where the URL of the HttpPost is > an https url. (HttpPost post = new HttpPost(“htt

HttpClient with Post and an https address

2015-09-02 Thread LgM Michael
I’m attempting to establish an https connection and perform a POST. The examples I’ve seen show a somewhat solution where the URL of the HttpPost is an https url. (HttpPost post = new HttpPost(“https://www.someaddress.com”). Is this all that is needed to establish the SSL connection? --