Skip to main content
Participating Frequently
June 9, 2013
Question

HTTPS requests on Android

  • June 9, 2013
  • 2 replies
  • 1782 views

I have problems with HTTPS requests on android. Works fine in iOS and desktop. Android does not seem to get connection.

Does anyone have any idea or input about this problem? Would really appreciate it!

This topic has been closed for replies.

2 replies

Adobe Employee
July 17, 2013

Are you trying to load HTTS request using e.g. urlloaderObject.load(new URLRequest("https://....")), could you please share code snippet  with the Https URL you are using?

Regards,

Nimit

Participating Frequently
July 17, 2013

I was using URLLoader and URLRequest

Adobe Employee
July 18, 2013

Could you please share the Https url you are using? Also, please try to open those url's in your android browers to see if they are working or not.

Regards,

Nimit

Participating Frequently
July 11, 2013

I'm having the same issue.  Did you figure it out?  My request times out.

KoalitionAuthor
Participating Frequently
July 11, 2013

it was pretty messed up... we put a www in front of the URL... and then it worked.

Participating Frequently
July 11, 2013

Thanks. www breaks it for me... I get a stream error when I add it:

from https://drm.domain.com - times out

to https:///www.drm.domain.com - return #2302 stream error