Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

SSL photo urls without warnings

$
0
0

I posted photos to titanium cloud from a mobile app. So now, I'm trying to retrieve the photos from Rails code via Rest using SSL. I can get the photo['urls] but always without SSL.

Example of photo uploaded: http://storage.cloud.appcelerator.com/uA5XDh5E2zXv7i4l9Z2HCh1uZvsIZAoK/photos/45/67/52e1870d465c0d0b1e07e50a/Screen%20Shot%202013-12-03%20at%209.44.57%20AM_small_240.png

Changing to (https) SSL, generates a warning in Chrome. https://storage.cloud.appcelerator.com/uA5XDh5E2zXv7i4l9Z2HCh1uZvsIZAoK/photos/45/67/52e1870d465c0d0b1e07e50a/Screen%20Shot%202013-12-03%20at%209.44.57%20AM_small_240.png

In chrome gets: You attempted to reach storage.cloud.appcelerator.com, but instead you actually reached a server identifying itself as *.s3.amazonaws.com. This may be caused by a misconfiguration on the server or by something more serious. An attacker on your network could be trying to get you to visit a fake (and potentially harmful) version of storage.cloud.appcelerator.com.

Seems like the path from photo comes really from s3.amazonaws.com, can I get the real path in amazon?

Can anybody help me with it?

Thanks, in advance.


Viewing all articles
Browse latest Browse all 8068

Trending Articles