|
Home > Archive > Macromedia Flash Server > August 2006 > Serverside Connecting to an Applicationserver
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Serverside Connecting to an Applicationserver
|
|
| lists-Dn6zUBO643Afv37vnLkPlQ@public.gmane.org 2006-08-09, 7:11 am |
| There are different ways to connect to an Application Server via FMS.
Concerning a secure connection, i cant find out exactly what Connections
are possible on serverside. Could someone give me some advise?
Connecting via NetConnection class:
RTMP Yes
RTMPS Yes
http Yes
https (SSL) ?
Connecting via LoadVars class:
http Yes
https (SSL) ?
Connecting via WebService class
http Yes
https (SSL) ?
I cant get=
NetServices.setDefaultGatewayURL("https://www.mySite.com/flashservices/gate=
way");
working, but maybe there is also a Firewall preventing the connection to=
certain Ports (?).
Does FMS use any Ports different to Port 443 for secure Connections?
http://www.mySite.com:80 works fine.
Daniel
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Dario De Agostini 2006-08-09, 7:11 am |
| Hi,
> NetServices.setDefaultGatewayURL("https://www.mySite.com/flashservices/gateway");
> working, but maybe there is also a Firewall preventing the connection to certain Ports (?).
> Does FMS use any Ports different to Port 443 for secure Connections?
> http://www.mySite.com:80 works fine.
>
just a guess... but have you tried forcing port on your url ? FMS
should not be "forced" to use 443 for ssl. They may have let it port 80
by default.
NetServices.setDefaultGatewayURL("https://www.mySite.com:443/flashservices/gateway");
Dario De Agostini
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| lists-Dn6zUBO643Afv37vnLkPlQ@public.gmane.org 2006-08-09, 7:11 am |
| Hi Dario,
.. just a guess... but have you tried forcing port on your url ? FMS
.. should not be "forced" to use 443 for ssl. They may have let it port 80
.. by default.
..
..=
NetServices.setDefaultGatewayURL("https://www.mySite.com:443/flashservices/=
gateway");
I tried=
NetServices.setDefaultGatewayURL("https://www.mySite.com:443/flashservices/=
gateway");
and=
NetServices.setDefaultGatewayURL("http://www.mySite.com:443/flashservices/g=
ateway");
Doesnt work as well ...
Daniel
I II I I II IIII II IIIIII III II I IIIIII III I II I
PLATFORM.solutions gmbh
http://platform.ch | info-Dn6zUBO643Afv37vnLkPlQ@public.gmane.org
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|
|
|
|