[flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread candysmate
--- In flexcoders@yahoogroups.com, yourName [EMAIL PROTECTED] wrote: Q1)Can any body tell how to implement TWO WAY SSL in flex/java application.. can any one send me link or sample code .. Q2) Plz tell me about reporting in flex which reporting can i use Thanks In Advance... Multiple

Re: [flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread dorkie dork from dorktown
q1) the way i understand it is when you establish a connection via https data communication is encrypted in both directions. in your domain you need to redirect the user from domain http://myserver.com to https://myserver.com. Note the s in https.

Re: [flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread Fernando Lobos
I use flex application link to asp.net page with crystal report On Dec 3, 2007 12:43 PM, dorkie dork from dorktown [EMAIL PROTECTED] wrote: q1) the way i understand it is when you establish a connection via https data communication is encrypted in both directions. in your domain you need