PDA

View Full Version : How to use SSL?


buggedcom@work
10-24-2003, 06:49 AM
Hi, I have never worked with SSL before an was wondering how to use it. If it is already installed on the server, is it simple as modifying all the urls to https:// instead of http:// ? If so great, but does it have any effect on loadVars, xml, or database and php intergration with flash?

Total ssl beginner, so if it is complicated please can someone explain slowly... greatly appricitated.

hangalot
10-24-2003, 06:53 AM
you got the basics. simply put ssl is just encryption for the data that you transport. so, from a serverside and client side perspective you do not have to worry about anything, its hidden from you.

i have heard of issues with ssl and flash but have never experienced any myself.

buggedcom@work
10-24-2003, 06:55 AM
excellent thanks, just what i liked to hear