Hi,
I have a problem with our flexunit test suite. We created an AMF messaging layer and communicate with our server over HTTPS. Works fine in the browser with manual testing.
We developed a unit test suite for the messaging layer and wanted to test the secure communication as integration tests. I automated the test suite with ANT which works fine on my Ubuntu even in headless mode. Unfortunately the secure communication tests fail with a timeout. The reason for this is an "Unkown CA" error. I tried to store the certificate in the default Java cacert but that didn't do the trick. Does anybody know what to do to make it work?
Thanks
- Tilman