Be a Supporter!

Amfphp And Https

  • 335 Views
  • 7 Replies
New Topic Respond to this Topic
greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Amfphp And Https 2008-06-04 11:56:46 Reply

Has anyone had any experience setting up HTTPS and using AMFPHP with Flash? Even more specifically on a Windows server?


BBS Signature
greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Amfphp And Https 2008-06-04 16:36:38 Reply

Let me also add that amfphp is no more than a median to send binary data from Flash to a server, so would https even protect anything?


BBS Signature
CronoMan
CronoMan
  • Member since: Jul. 19, 2004
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to Amfphp And Https 2008-06-05 02:57:13 Reply

At 6/4/08 04:36 PM, greenkube wrote: Let me also add that amfphp is no more than a median to send binary data from Flash to a server, so would https even protect anything?

Well, it would encrypt the data :P

What problem do you have? Setting up SSL on IIS should be pretty straight forward... the hassle is obtaining a certificate, as they cost a shitload of money


"no sound in ass"

greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Amfphp And Https 2008-06-05 08:39:44 Reply

At 6/5/08 02:57 AM, CronoMan wrote: Well, it would encrypt the data :P

What problem do you have? Setting up SSL on IIS should be pretty straight forward... the hassle is obtaining a certificate, as they cost a shitload of money

Getting the SSL is no problem. I just didn't know if it was worth the hassle or if it is even applicable to this situation.


BBS Signature
greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Amfphp And Https 2008-06-05 08:43:09 Reply

At 6/5/08 08:39 AM, greenkube wrote: Getting the SSL is no problem. I just didn't know if it was worth the hassle or if it is even applicable to this situation.

sorry I meant certificate. I need caffeine.....


BBS Signature
CronoMan
CronoMan
  • Member since: Jul. 19, 2004
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to Amfphp And Https 2008-06-05 08:55:09 Reply

At 6/5/08 08:39 AM, greenkube wrote:
At 6/5/08 02:57 AM, CronoMan wrote: Well, it would encrypt the data :P

What problem do you have? Setting up SSL on IIS should be pretty straight forward... the hassle is obtaining a certificate, as they cost a shitload of money
Getting the SSL is no problem. I just didn't know if it was worth the hassle or if it is even applicable to this situation.

Well, SSL is primarily meant for privacy issues.. so unless you send some clear-text passwords over the internet, I don't think you really need one.. Is it a security-critical application?


"no sound in ass"

greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Amfphp And Https 2008-06-05 09:13:04 Reply

At 6/5/08 08:55 AM, CronoMan wrote: Well, SSL is primarily meant for privacy issues.. so unless you send some clear-text passwords over the internet, I don't think you really need one.. Is it a security-critical application?

Yes, the flash application authenticates from a database, so it currently passes a password in plain text to the amfphp gateway. I was just unsure if HTTPS would encapsulate this data being passed since it is going through a Flash amf channel instead of a typical web Post.


BBS Signature
CronoMan
CronoMan
  • Member since: Jul. 19, 2004
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to Amfphp And Https 2008-06-06 03:11:40 Reply

At 6/5/08 09:13 AM, greenkube wrote:
At 6/5/08 08:55 AM, CronoMan wrote: Well, SSL is primarily meant for privacy issues.. so unless you send some clear-text passwords over the internet, I don't think you really need one.. Is it a security-critical application?
Yes, the flash application authenticates from a database, so it currently passes a password in plain text to the amfphp gateway. I was just unsure if HTTPS would encapsulate this data being passed since it is going through a Flash amf channel instead of a typical web Post.

SSL is an underlying layer for HTTP (making int HTTPS), so if it's a HTTP-call, it will work. If it's fetching data from a website, or web service, it will work


"no sound in ass"