Re: [Phplib-users] SSL and phplib
Brought to you by:
nhruby,
richardarcher
From: nathan r. h. <na...@ds...> - 2001-09-18 22:12:22
|
On Tue, 18 Sep 2001, darcy w. christ wrote: > has anyone done any work with SSL? i am specifically looking for a > solution in which authentication through phplib would only occur over > SSL. Since the login form is included through php, i'm not sure of the > best way to force authentication over SSL. i've thought about inserting > some redirects, but i wanted to ask everyone out first before i get > bogged down in my own hack. i appreciate any tips. > change the redirects in the auth.inc file to use https or simply change your loginform() to do a check if the port is 443 and redirect if not. You'll also need to make sure that the actual loginform POSTS's to a secure URI. > by the way, i couldn't get to the documentation at sourceforge. What > happened to it? > It died. we're working on it. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digital statement na...@ds... http://www.dstatement.com/ Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |