Can you past the complete exception here? Is there any causes in the exception?

2012/9/13, Oliver Zemann <oliver.zem...@gmail.com>:
> Hi,
>
> when i try to HttpGet the following URL http://ocsp.a-trust.at/ocsp
> (which i can access in FF and get OK 200 with size -1 (no idea why)
> its working as expexted) i get an
> org.apache.http.ProtocolException: The server failed to respond with a
> valid HTTP response
>
> Can someone tell me whats wrong?
>
> String uri = "http://ocsp.a-trust.at/ocsp";;
> HttpGet httpGet = new HttpGet(uri);
> HttpResponse response = httpClient.execute(httpGet); -- here it will
> throw the exception
>
>
> HttpClient 4.2.1 and HttpCore 4.2.1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
> For additional commands, e-mail: httpclient-users-h...@hc.apache.org
>
>

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

Reply via email to