Community Questions & Answers

imageview with https URL not working

Hi, all I have a problem to let imageview use https url, but I got warning message like below and image not display in imageview ~~~ [WARN] : Unable to securely connect to MYDOMAIN.COM with the latest TLS. Trying again with TLS1.0. It is highly...

HTTPS

Is it possible to user HTTPS in titanium and how ? thank you

httpclient issue with SSL 3.0

It looks like the httpclient doesn't not support the SSL 3.0 yet. Its highest one is TLS_VERSION_1_2. however, ssl 3.0 is supported by browsers now. It took me a day to figure out why it couldn't open connection to the server.

HTTPS based webservices

As posted in http://developer.appcelerator.com/question/50741/https-based-webservices , I am using webservices for my app. myHttpClient.validatesSecureCertificate = false; given by Goran Skledar worked liked charm in android (thnQ!). But when I added...

Image upload over HTTPS

I've been successfully uploading an image with a simple HTTPClient POST request to our web server. We recently switched to using HTTPS and found that on iOS this no longer works. The web server receives a content length of 0. Is this possibly a bug in the...

Self-signed SSL https

I'm buildning a app mainly for Android. The main focus is a webview where the user can use any url. A url that points to a https/ssl with a self-signed certificate will result in blank white screen. There are workarounds for native iphone and android but...

SSL & WebService

Hi All: How can I use SSL mode when a HTTPClient call a Web Webservice. I just find 'itanium.Network.HTTPClient.validatesSecureCertificate' is for HTTPS. who can share more codes, thanks.

HTTPS based webservices

We have been trying to call webservices in our app. The app is a simple event listing app which shows up schedule, evenue, tracks etc., by calling webservices. the app works well when we call a url with http, but throws an error such as...

Showing 1-34 of 34