• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

how https SSL Client Side Certificate authentication works in Adobe Air

New Here ,
Dec 14, 2018 Dec 14, 2018

Copy link to clipboard

Copied

In Android and Windows

how https SSL Client Side Certificate authentication works in Adobe Air. I couldn't find any Documents on web

-The Standard SSL Handshake

- Install a digital certificate etc...

loader = new URLLoader();

  configureListeners(loader);

  var request:URLRequest = new URLRequest("https://url...");

  try {

  loader.load(request);

  } catch (error:Error) {

  trace("Unable to load requested document.");

  }

TOPICS
Development

Views

301

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 19, 2018 Dec 19, 2018

Copy link to clipboard

Copied

LATEST

Try using a httpClient that supports https. We used this one as a base, but had to make some updates to it. I’ll try to post a link to the updated library. Wish Adobe would support this stuff more.

GitHub - gabriel/as3httpclient: HTTP Client for AS3

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines