[FX.php List] SSL and php

Steve Winter steve at bluecrocodile.co.nz
Tue Nov 21 03:53:28 MST 2006


Hi Timothy...
 
I presume that SSL has been set up on the machine that is running the web
publishing engine (WPE), in which case you'll need to make a change to
FX.php...
 
When you first call to FX.php you use something like;
  $data = new FX($dataServer, $dataPort, $dataType, $dataURLType)
of these variables;
    $dataServer will stay the same, the IP address of the machine running
the WPE
    $dataPort will need to change from 80, the http port, to 443, the https
port
    $dataType will stay the same, (assuming FMS > 7, it will remain FMPro7)
    $dataURLType, which used to be optional when you were connecting to a
standard http server on port 80, is now required, and must be set to
https... note that this parameter was new with v4.x of FX.php, so you may
need to upgrade your FX.php installation...
 
See page 2 of the FXFunctions.pdf which is in the 'documentation' folder of
the download package for a fuller explanation...
 
Cheers
Steve

  _____  

From: fx.php_list-bounces at mail.iviking.org
[mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Timothy Tait
Sent: Tuesday, 21 November 2006 5:48 p.m.
To: FX.php Discussion List
Subject: [FX.php List] SSL and php


hi all.  i have an application that reads data from a filemaker db, in php.
works fine.  recently, my client wanted to install an SSL, and now nothing
seems to work.  are there any settings in FX.php that need to be changed for
working on a secured server?  anyone have any guidance here? 
 
thank you,
-timothy

-- 
give a man a fire, and keep him warm for a day.
set a man on fire, and keep him warm for the rest of his life. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20061121/8a815f8b/attachment.html


More information about the FX.php_List mailing list