ActionScript 3.0 :: Ignore SSL Certificate Errors?

May 18, 2011

My flash client connects to my server (running locally). Some of the files that it requests are requested over SSL.The certificate is signed for "localhost".I originally got around the "un-trusted certificate" error by adding my localhost certificate to my Windows trusted root store. But now I'm stuck.To allow me to test my SWF on different computers on the same network, I've changed the string "localhost" to my computer's IP address.However, now when I try to load the file through https, flash detects that "192.168.1.68" is actually "localhost" and thinks we're being MITM'd.Now, considering I develop on my laptop and the laptop interchanges between atleast 2 different wireless routers a day - usually 5 or 6 - you can imagine my IP changes rather a lot. This means it's not really feesable to re-create certificates over and over again.

View 0 Replies


Similar Posts:


Professional :: IOS Dev: Can't Point To A Certificate

Aug 18, 2011

I'm trying to publish an iOS app out of Flash CS 5.5. I'm trying to point the certficate file I just downloaded off Apple but the certicate file is all greyed out and I can't choose it.

View 3 Replies

Flex :: SecureAMFChannel With Certificate?

Mar 23, 2011

Basically, I'm using a remote object that access to a secure EndPoint. This EndPoint is located into my server. It means that my channel is a SecureAMFChannel. If I accept the certificat by going directly to this URL with my browser, then I'm able to run my flex application and to exchange some data.However, if I'dont go to this url to accept the server's certificat, and launch my Flex application, the remoteObject is not able to accept the certificat. And of course, any information can be exchanged.

My problem is, how to accept automatically a certificat in a Flex application.Do I need to configure something to accept it? Maybe my manipulation is not correct. my certificat is self-signed, do you think that this problem could be solved by buying a Certificat signed by a CA?

View 1 Replies

ActionScript 3.0 :: Way To Accept A X.509 Certificate?

Jul 11, 2010

I'm trying to access a 2wire router web interface for managing the router. When first connecting, it pops up asking to accept one of those x.509 certificates and you must accept it with a mouse click in order for the certificate to be saved in firefox. Is there any way for for flash 10 player or as3 to handle all of this?

View 2 Replies

Flash :: Professional - CS5 ACE - Missing Certificate

Jun 6, 2011

I've succesfully passed the Flash CS5 ACE recertification exam on 4th of May, but I've not received any certificate yet. PS: I'm not sure this is the right section for this topic, in case it's not i'm sorry.

View 1 Replies

Flex :: Generate Certificate For Signing AIR App

Nov 25, 2009

How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler is telling me that the certificate is not a X509 certificate.

View 1 Replies

Professional :: Create P12 Certificate Fail (Air For Android)

Feb 27, 2012

Create P12 Certificate fail (Air for Android) Watch the video

View 3 Replies

Flex :: Calling A Web Service That Has An Untrusted Certificate Using Ssl ?

Oct 22, 2009

In our flex/air application we are calling a web service over https.The web service is java based and has, at the moment, an untrusted certificate.When doing a POST to the service with some json, the payload on the server side is pretty garbled.A popup does occur asking whether you want to continue and even when I do and add the untrusted certificate into my keychain (on the mac), the data sent through always comes through mangled.I installed charles http proxy to see the actual traffic and it seems at times I'm getting a SSLHandshakeException back...I'm guessing this is causing the garbled data as ssl isn't being setup properly.

View 1 Replies

Flex 4.5 :: RemoteObject And AMFPHP Over SSL With Self-signed Certificate

Nov 2, 2011

I'm trying to connect to AMFPHP over SSL (self-signed) from a Flex 4.5 application.Will this work? Or do I need an authority-signed certificate?Will it silently fail or prompt user like it does in browser?How do I need to edit the services-config.xml file for this to work?

View 1 Replies

Flex :: Self Signed Certificate For Adobe Air Application?

Jan 2, 2012

I nedd to create a self signed certificate for my desktop app. What do I need to enter in these fields?

Organization unit
Organization name

Does Organization means my agency's name?

View 2 Replies

Flash :: Flex: SSL Certificate Information Gathering

Feb 9, 2012

I need to get some SSL information (such as the 'issued by' parameter and so on). I know you can get the certificate status with a recent Adobe addition (secureSocket.serverCertificateStatus) but i need to know as much as possible about the certificate and hence my question.

View 1 Replies

ActionScript 3.0 :: Create Interactive Flash Award Certificate?

Mar 13, 2009

I'm new to ActionScript and I've seen award certificates thatyou fillout online and print them. I'd like to build one for myselffor my kids so they can go to our web site and click on their awardcertificate for the week, type their name in and print it.

View 1 Replies

Media Server :: Configuring RTMPS With A Self-signed Certificate

Sep 16, 2010

I have configured FMS 4.0 to do RTMPS on port 443. To test it, I created a self-signed certificate and then imported the certificate as an authority in my browser (Firefox). I don't want to go and get a real certificate until I can verify that FMS is able to do what I want it to.I included the path to the certificate and the private key in Adaptor.xml in <install dir>/conf/_defaultRoot_/That's the only file I have modified.[code]In the NET_STATUS handler I always get the following error: NetConnection.Connect.CertificateUntrustedSigner.

View 1 Replies

Professional :: Creating AIR Ap In Flash CS5.5 Window For Certificate Always Reports Same Error:

Feb 28, 2012

I have problem creating AIR ap in Flash CS5.5 window for certificate always reports same error: "Error creating self-signed certificate".I filled all data in it and the problem is probably in "Save as" feature for which I don't know how it works.i put some name there and doesn't accept it.. so what to do then ?

View 1 Replies

Flex :: Bypass Or Detect SSL Certificate Before The Message Is Shown In Adobe AIR?

Nov 1, 2010

"The SSL Certificate is not trusted." dialog occurs in Adobe AIR application. How can I detect this situation before it happens? (Actually I want my app to bypass the warning...) check the following code:

[Code]...

View 1 Replies

Flex :: Can Adobe Air Application Turn Off Self-signed Certificate Warnings

Dec 16, 2010

I have a demo application using Adobe Air that accesses my own SSL web service that uses a self-signed certificate. In .NET clients, I can explicitly handle (and ignore) certificate warnings and suppress them via the ServicePointManager.ServerCertificateValidationCallback. I've examined the URLRequest and URLLoader classes but haven't found anything.

View 1 Replies

Security - Adobe FLEX 4 Read The Browser Secure Certificate?

Jul 19, 2011

An Adobe FLEX 4 object loads from a webpage and runs in the browser. The connection between browser and server is secured using SSL over HTTP (HTTPS) with a secure certificate from a valid Certificate Authority.

Can FLEX code read the secure certificate information and retrieve information such as to whome the certificate was issued, when it is valid, and for what domain it was issued, etc. ?

View 1 Replies

ActionScript 3 :: Load Data From HTTPs Without Valid Certificate In Flash Editor

Sep 21, 2011

I'm trying to load some data from a https-server that when you visit via a browser returns "The security certificate presented by this website has expired or is not yet valid.". But when I accept anyway, the flash on the page page load data.

But when loading from the Flash Editor it return a:
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://{url}"]

This is what is returned when loading data in Flash Editor from a https server without a valid certificate? Or could there be another problem? The url to the https-server is "changed" via the hosts-file in Windows. Could this cause any error? I have tried changing the hosts pointing to my local webserver, which works fine, but that isn't via https.

View 1 Replies

C# :: Flash Player Embedded In .NET WinForms App Cannot Load HTTPS Content With Self-signed Certificate

Sep 23, 2011

I have a Flash Player ActiveX control embedded in a .NET WinForms application and am trying to load a SWF into the FP control over an HTTPS url. In development I'm using a self-signed certificate and it seems that in this scenario I can't get FP to accept the certificate and allow the HTTPS communications.When I try to load the swf over https directly, I don't see the swf and when I right-click on the control I see "Movie not loaded". I can load the swf over http and then try to make Flash Remoting calls over https. I don't expect this to work by default but I added a crossdomain.xml file to allow insecure communications. The crossdomain.xml file is in the root of the server but is not loaded. I added an explicit call to loadPolicyFile with the full https url and the crossdomain.xml file is still not loaded. The local IIS logs don't show any request for the file at all, nothing in the HTTPERR file, and Flash's policyfiles.txt log says URl...If I host the swf in a browser, then the browser prompts to accept the certificate and everything works fine. I've accepted the certificate in IE and Firefox.I also tried calling DisableLocalSecurity() on the FP ActiveX control but it had no effect. I didn't really expect it to since I'm not actually loading the swf locally, it's loaded from a url.Can anyone confirm if the self-signed cert really is the problem? Is there a way to get FP to accept the certificate? Any way to bypass the http/https restriction (this is a locally installed app so I can change any local config files we need)?

View 1 Replies

Iphone :: Error "could Not Retrieve Certificate Chain From Keystore"

Jul 10, 2011

i'm currently working on packaging air application to iPhone with ADT (air 2.7). i get the key.p12 and .mobileprovision file in the IOS provisionning portal and i did this operation from a MacOS (keychain software). When i run the adt command, i get the following error : "could not retreive certificate chain from keystore". I notice a curious thing in the Provisioning Portal. In Certificates section, the name which appears in the list is different than the name i have entered in keychain. For information, i have a professionnal account and not create by me.

View 1 Replies

ActionScript 2.0 :: How To Ignore Escape Key

Dec 14, 2005

I used the fscommand("fullscreen",true) in my application to make it fullscreen. However when the user presses the Escape key, the window goes into the normal view. Is there any way of disabling the Escape key to make my movie in fullscreen all the time? and the only way to quit the movie is my clicking the label I created 'Exit' with the AS command fscommand("quit");

View 1 Replies

ActionScript 3.0 :: Ignore Children When Doing MouseOver?

Dec 11, 2010

Heres what happening,

Create Parent, Parent Creates Text above itself, (Like a name or status)

Is there a way to ignore children from the mouse over event? So that when i hover my mouse over the parent's children, the event isn't called.

View 3 Replies

ActionScript 3.0 :: Ignore Mc From Stage Width?

Dec 1, 2009

Is there a way to make a mc not effect stage width? I have a grid thats bigger then my movie, can I ignore that grid somehow when I call stage.width?

View 1 Replies

Flex :: JSON: Ignore Certain Properties Name?

Nov 10, 2009

Is there some library for flex, that will let me: define properties to fully exclude from serialization define classes to serialize without the property names (as if they were an array)

View 1 Replies

ActionScript 3.0 :: Drag MC And Then Ignore Mouse Up?

Jan 27, 2010

For example there are 2 movieclips on the stage, Parent and Child. I want to be able to drag the parent clip around with the MouseDown event.I also want an event to fire on the MouseClick event on the Child clip. But i only want this MouseClick to happen the user clicks on the Child clip, and not when the MouseUp event fires after the user has finished dragging?Is there something that defines where the mouseup has originated in the Childs MouseClick event handler?

View 2 Replies

ActionScript 3.0 :: Ignore Whitespace In Indexof?

Oct 4, 2011

I'm trying to serach for the following string "Type/Pages" in long external files and am using the follwoing code which works: indexOf("Type/Pages");

However, sometimes it appears in the file as "Type /Pages" - with the extra space

As the files can be VERY long, I don't want to search twice - is there anyway to search with or without the space?

I've tried all sorts of cominations with s* but to no avail

View 6 Replies

ActionScript 2.0 :: Hittest Ignore The Bound Box?

May 15, 2005

with my car, i am trying to make it so it can pass right through a MC, but just slow down. I type speed -= 5; but the car just bounces on the bound box of the other MC. How can i get it to not hit the bound box and only the actual object, AND make it pass through the object.

View 1 Replies

ActionScript 3.0 :: Ignore Certain Mouse Events?

Apr 24, 2009

I have a solid movie clip that is overlayed with a grid movie clip. Actually they are sprites. The solid sprite underneath has a MOUSE_OVER event. I have set mouseChildren and mouseEnabled on the grid sprite to false so that it receives no events. The problem is that when I go over a grid line the sprite underneate still receives the MOUSE_OUT and then the MOUSE_OVER event again. Is there anyway to make the grid completely transparent to the mouse so that it won't trigger the MOUSE_OUT and MOUSE_OVEr events for the sprite underneath over and over?

View 2 Replies

ActionScript 3.0 :: XML Ignore The New Line Characters

Dec 1, 2010

I am in the process of making an animation that takes text from an XML document and displays it in a scrollPane. I had this working when I was just using string variables. Now with XML it seems to ignore the new line characters. I have looked all over but nothing is working. Now that I think about it, special cahracters like "%3C" are not working.

[Code]...

View 2 Replies

ActionScript 2.0 :: Hittest - Ignore The Bound Box?

May 15, 2005

with my car, i am trying to make it so it can pass right through a MC, but just slow down. I type speed -= 5; but the car just bounces on the bound box of the other MC. How can i get it to not hit the bound box and only the actual object, AND make it pass through the object.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved