I need to get a file from a server securely in an AIR app. It seems the way to do it is with URLStream or URLLoader. My question is, will this make sure that the server's SSL certificate is trusted, not expired or revoked, etc., like SecureSocket does? From the SecureSocket documentation it sounds like it should be very secure, but I don't think I can use a Socket for a simple HTTP GET request.
Please advise. Thank you.