Problem Description: In the Rhodes app, we are making a request to a URL via HTTPS. The actual call that is issued in the Ruby code is
result = Rho::AsyncHttp.get(
:url => url,
:authentication => authentication_props,
:ssl_verify_peer => false)
The target URL is https://ourDomain.com/mobileserver/rest/directory/type/department and is working via a standard Browser as well as mobile Safari from the device. However, the connection does not seems to get established correctly from either RhoSimulator or iOS Simulator or from the actual app on the iOS Device. It works fine on Windows platform or Android devices. (We have a DigiCert signed certificate so we initially did not use :ssl_verify_peer => false but with or without ' :ssl_verify_peer => false' it doesnt seem to work.)
We also checked 'http://groups.google.com/group/rhomobile/browse_thread/thread/aa0aad3a9cf3dda3 .. only concern is it does not work on iOS devices or the RhoSimulator on Mac either.
The following error log is produced:
Error Log(verbose):
I 02/15/2012 17:10:57:175 07999000 Net| GET request
(Pull): https://ourDomain.com/mobileserver/rest/directory/type/department
I 02/15/2012 17:10:57:176 07999000 RhodesImpl|
rho_net_impl_network_indicator() has no implementation in
RhoSimulator.
T 02/15/2012 17:10:57:176 07999000 Net| Activate
CURLNetRequest: METHOD = [GET] URL = [https://ourDomain.com/mobileserver/rest/directory/type/department] BODY = []
T 02/15/2012 17:10:57:176 07999000 Curl| Curl_resolv
host: cache_id: ourDomain.com:443
T 02/15/2012 17:10:57:517 07999000 Net| we still have
active transfers but no data ready at this moment; waiting...
T 02/15/2012 17:10:57:521 07999000 Curl|
Curl_http_connect, host ourDomain.com
T 02/15/2012 17:10:57:521 07999000 rho_ssl|
rho_ssl_create_storage
T 02/15/2012 17:10:57:521 07999000 rho_ssl|
rho_ssl_connect
T 02/15/2012 17:10:57:522 07999000 Net| we still have
active transfers but no data ready at this moment; waiting...
T 02/15/2012 17:10:57:522 07999000 Net| Operation
completed successfully
T 02/15/2012 17:10:57:522 07999000 Net| Deactivate
**CURLNetRequest: METHOD = [GET] URL = [https://ourDomain.com/
mobileserver/rest/directory/type/department] BODY = []**
T 02/15/2012 17:10:57:522 07999000 Net|
Deactivation is DONE
T 02/15/2012 17:10:57:522 07999000 Net| RESPONSE-----
(0 bytes)
T 02/15/2012 17:10:57:522 07999000 Net|
T 02/15/2012 17:10:57:522 07999000 Net| END
RESPONSE-----
I 02/15/2012 17:10:57:522 07999000 RhodesImpl|
rho_net_impl_network_indicator() has no implementation in
RhoSimulator.
I 02/15/2012 17:10:57:523 07999000 APP DirectoryController|
result['status']: error
I 02/15/2012 17:10:57:523 07999000 APP DirectoryController| error
result params: {"rho_callback"=>"1", "status"=>"error",
"error_code"=>"1", "headers"=>{"User-Agent"=>"Mozilla-5.0 (APPLE;
Qt; )"}, "body"=>""}
I 02/15/2012 17:10:57:523 07999000 APP DirectoryController|
directoryResult: {}
T 02/15/2012 17:10:57:524 07999000 GeoLocation| Set geo view
notification callback: (null), (null)
T 02/15/2012 17:10:57:524 07999000 RhoRuby| HTTP/1.1 200
OK