I am having an Android app with a few web services that run perfectly fine. But when I use the same webservices from AWS API Gateway, I am getting following error:
javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7933f1c0: Failure in SSL library, usually a protocol error
I haven't yet enabled Client Certificate from API Gateway, but yet still I am getting this error.
I have checked device DateTime too. The webservices tend to work quite well on RestClient even without providing any Authorization. Am I doing something wrong ? TIA.