Copy link to clipboard
Copied
If you have a flex application and access it using https and the site certificate is invalid for some reason the browser gives a warning about the site and an option to continue to the site, if you choose to continue the application loads and runs as normal.
However if you make the same application as an AIR app then you get a warning message for every call made to the site. You can click continue but as soon as it makes another connection it will again present you with the warning message.
Simply to load, our application displayed over 200 warning messages, compared to 1 warning if running the same application it the browser
Obviously in this situation the AIR application is not practicable.
Is there any workaround for this, we currently don't have an option to change the certificate.
Copy link to clipboard
Copied
No there is no workaround (that I'm aware of) other than fixing the server.
Copy link to clipboard
Copied
Hi,
Thanks for reporting this issue. I have reported a bug describing this issue on our internal bug tracker and have sent it to review.
Thanks,
-Catalin
Edit: Internal Bug #2331039
Copy link to clipboard
Copied
Are there news for this? Is there any way we can track it?
Copy link to clipboard
Copied
This bug (2331039) is still open, but is being worked on. At this time, there is no way to publicly track it's progress. However, I'll try and keep this thread updated if I notice it's status change (or feel free to ping me anytime.)
Moved discussion to the Problems & Bugs forum.
Chris
Copy link to clipboard
Copied
Any news about this bugs?
regards
Copy link to clipboard
Copied
This bug is still open, but we've discovered a workaround here: http://support.microsoft.com/?id=330338
Please let me know if this helps.
Thanks,
Chris
Copy link to clipboard
Copied
Hi,
I tried to install this hotfix but it requires IE 6, On my PC there's IE 8 . Have you got any news about a possible solution or is bug still open?
Thanks
Gianni
Copy link to clipboard
Copied
I have a valid certificate but I got an error when I tried to make a connection using httpservice because I used "www" in the url.
I removed "www" and It works. https://domainname.com
Finally, I dont recommend to use out of date or invalid certificates for corporate Air Apps.
regards.
Jhon Carrillo
@jhoncarrillo
Copy link to clipboard
Copied
Ok now it works for me...but just another question ..
This warning message appears when I launch air application.
If i close application and then I launch it again, warning message appears again.
Is it possible that this warning message appears only the first time that I launch application ? I would like that this message disappears for next launching ...
Maybe is solution based on cookie management or something similar?
I hope it/everything is clear.
Gianni