RE: [flexcoders] SSL & Flex

2005-06-17 Thread Abdul Qabiz
al Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kerry Sent: Friday, June 17, 2005 7:01 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SSL & Flex Ive tried this in flash, and the communication was not secure. You could use a packet sniffer t

RE: [flexcoders] SSL & Flex

2005-06-17 Thread Peter Farland
I believe you need to do the latter: "https://localhost/server.php"; The protocol attribute is used to decide which proxy URL to use (http or https). If you're not using the proxy you should get a compile time warning that the protocol attribute is only for when useProxy="true" (the default).

RE: [flexcoders] SSL & Flex

2005-06-17 Thread Kerry
Ive tried this in flash, and the communication was not secure. You could use a packet sniffer to check - http://www.ethereal.com/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of dd_trilobyte Sent: 17 June 2005 12:49 To: flexcoders@yahoogroups.com Sub