2

I am trying to call a web service (https) using Volley and I am getting an error code 400.

I am using GET method. All web services including this are working properly in android version above 4.4.

Most confusing part is that, all other web services are working properly in 4.0.4 and if I try multiple times even this particular web service which is having the issue works properly (second or third time). I have noticed that other web services which are using the same method are also working properly.

Initially I was facing an SSLHandshakeException in android versions below 4.4, which I corrected based on the answer in the link given below:

Javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: Failure in SSL library, usually a protocol error

But now I am facing this particular issue. I have checked the URL in postman and it is working fine.

Community
  • 1
  • 1
roy mathew
  • 7,782
  • 4
  • 29
  • 40

0 Answers0