[geeklog-cvs] Auth_Enterprise/Server README.txt,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 21 12:26:57 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv11340

Modified Files:
	README.txt 
Log Message:
Added notes about SSL and CURL

Index: README.txt
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	16 Jun 2004 05:23:46 -0000	1.2
--- README.txt	21 Jun 2004 16:26:54 -0000	1.3
***************
*** 37,41 ****
  Auth_Enterprise Installation
  -----------------------------
! 
  Common Installation Problems
  -----------------------------
--- 37,46 ----
  Auth_Enterprise Installation
  -----------------------------
!  - In most instances you will want to use SSL to communicate with an Auth_Enterprise server.  In
!    the case you are using either the PHP4 or PHP5 clients you must have curl and the curl
!    development libraries intalled.  NOTE: you must be sure to do this otherwise you will be talking
!    straight HTTP over an HTTPS port even though you think you are encrypting your traffic.  This is
!    a fairly big security concern so be sure to test your SSL configuration.
!    
  Common Installation Problems
  -----------------------------
***************
*** 51,54 ****
--- 56,64 ----
     if you want Auth_Enterprise to use SQL transactions and it provides FOREIGN KEY constraints.
     
+ 2) If upon checking your SSL logs you see error about talking HTTP on an HTTPS port then odds are
+    the SSL handshake isn't happening because you are using the PHP4 or PHP5 client and don't have
+    curl or the curl development libraries installed.
+    
+    
  Support
  -------




More information about the geeklog-cvs mailing list