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
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?
--