I have a application that is built in the air enviroment. This application is sending http and https messages to a RESTful PHP api server. We are not planning on purchasing a certificate to connect to the server. We would like to use our own self-signed certificate for the server.
How would I add my own self-signed certificate into my flex air application so that when I send an https message to the server we do not get a popup message asking to accept this certificate? Thanks.