Re: [PHP] Using SSL with PHP5's socket_* functions

2005-02-03 Thread Richard Lynch
dan wrote: > I am a bit new to PHP, especially sockets, so what I am asking may very > well be comparing apples to oranges. > > I am writing a function to interact with an SSL server, but I see no way > of how I can communicate over SSL. I expected to be able to enter an > address such as https://

Re: [PHP] Using SSL

2005-01-03 Thread Richard Lynch
Daniel Lahey wrote: > I need to implement secure transactions for a client, but I just can't > figure out how to open a page with an https prefix. The server has > mod-ssl and OpenSSL compiled into it: Ah, but did you muck around with the settings in your httpd.conf to turn it *ON* and set up por

Re: [PHP] Using SSL

2005-01-03 Thread Jonel Rienton
Consulting the Apache documentation is better, seems like you just missed configuring the conf file of Apache. Have you created the certificate for your domain? SSL will not be loaded unless you configure it in the conf file(httpd.conf/apache2.conf) regards, http://jonel.road14.com -- I not kn

Re: [PHP] Using SSL

2004-12-14 Thread Richard Lynch
Daniel Lahey wrote: > Can anyone point me to a good source of information for how to use SSL > with PHP? I know it's not quite on-topic, but perhaps someone could > point me at a good source of info? TIA Not sure what you mean by using SSL with PHP... There's really not a whole lot to it. You

RE: [PHP] Using SSL and PHP

2004-07-16 Thread Ed Lazor
You add an S to http ;) Beyond that, some servers allow one webspace for your files and encryption is based on whether you specify the S or not. Some servers have separate directories for http and https files. > -Original Message- > Hi everyone. > > We've recently decided to move all o