I have preare a API call using HTTPClient(titanium ios mobile application).
it is a Login page so ihave use https protocal,(https"//example.com)
but it returns a following error message,
"A connection failiure Occured. SSL problem(Possible causes: SSL may include a bad/expired/self-signed certificate,clock set to wrong date".
But the same https url has work fine in Rest Client(Google App), so from web site has SSL authority.
i have work to solve this issue over a whole day,
How can i solve this issue?
Note: if i used validatesSecureCertificate : false its works. but i want a secure connection. so i want to works even i set this as validatesSecureCertificate : true.