You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by LgM Michael <de...@levelgroundmedia.com> on 2015/09/03 00:25:43 UTC

HttpClient with Post and an https address

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?  
---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: HttpClient with Post and an https address

Posted by Stefan Magnus Landrø <st...@gmail.com>.
Pretty much, yes

Sendt fra min iPhone

> Den 3. sep. 2015 kl. 00.25 skrev LgM Michael <de...@levelgroundmedia.com>:
> 
> 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?  
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
> For additional commands, e-mail: httpclient-users-help@hc.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org