[FX.php List] SSL and FileMaker Server 11

Andrew Denman adenman at tmea.org
Thu Apr 4 11:33:09 MDT 2013


I have not used it, but one of the options when setting up the FX.php object is 'dataURLType':

FX ($dataServer, $dataPort=591, $dataType='', $dataURLType='')
...
The final parameter is $dataURLType.  This parameter is new as of version 4.x of FX.php, and is only relevant when connecting to a FileMaker 7 data source.  $dataURLType is an optional parameter with two possible values (case insensitive):  HTTP or HTTPS.  When HTTPS isn't specified (or when not connecting to FileMaker 7), HTTP is assumed.  This parameter is used when connecting to FileMaker 7 Server Advanced via SSL.


Andrew Denman

From: fx.php_list-bounces at mail.iviking.org [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Dale Bengston
Sent: Thursday, April 04, 2013 10:19 AM
To: FX.php Discussion List
Subject: [FX.php List] SSL and FileMaker Server 11

Hi everyone,

I hope all is well with you and yours.

I have a two-machine setup, where FMS11 and the WPE are on the same machine (OSX 10.6.8), and the web server (Apache) is on a second machine. I would like to encrypt the traffic between Apache (using PHP/FX.php) and FMS11. I understand that I can put the *site* under https and use port 443 instead of port 80, but my recollection of what happens to the data traffic to FMS11 is fuzzy.

I'm assuming it's still unencrypted, right? Nothing magical about using FX.php and port 443 on the overall site will make the FMS traffic encrypted... right?

Sorry, thick on the mechanics... been a few years since I set up a FileMaker/web system. What are my options for encrypting the FileMaker data traffic?

Thanks,
Dale

PS This has nothing to do with the check-box in the Admin console for encrypting client-server traffic. Client-server usage has no bearing on my project.


 --
Dale Bengston
Streamline Studio, LLC
www.streamline-studio.com<http://www.streamline-studio.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20130404/1ed5f7c1/attachment-0001.html


More information about the FX.php_List mailing list