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://

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

2005-02-02 Thread dan
Hello, all - 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://10.10.

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

[PHP] Using SSL

2005-01-02 Thread Daniel Lahey
I've posted about this before, and I guess I'm just thick, but I'm just not getting it. 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: Apache/1.3.33 (Unix) mod_auth

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

[PHP] Using SSL

2004-12-13 Thread Daniel Lahey
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] Using SSL and PHP

2004-07-16 Thread Harlequin
Hi everyone. We've recently decided to move all our PHP pages to an SSL server. Can anyone give any advice on any caveats I should be aware of...? -- - Michael Mason Arras People www.arraspeople.co.uk - -- PHP General Mailing List (htt

[PHP] Using SSL - slightly OT

2002-02-28 Thread Darren Gamble
Good day, I'm trying to set up a site that will use SSL for all of its web and control transactions. Currently I get an error when Apache is started up with PHP and SSL compiled together (on FreeBSD). There's a bug report on it, so it's just a matter of waiting. In the meantime, I'd like to se

Re: [PHP] uploading files to another server from PHP using SSL

2001-07-25 Thread Vincent Stoessel
Take a look at the curl functionality in the ph manual Dennis Gearon wrote: > Is it possible to open a 'https://' connection via any functions in PHP? For > example, if I have script that I want to use to edit files on another box which > has SSL enabled, I download the file using the SSL, and u

[PHP] uploading files to another server from PHP using SSL

2001-07-25 Thread Dennis Gearon
Is it possible to open a 'https://' connection via any functions in PHP? For example, if I have script that I want to use to edit files on another box which has SSL enabled, I download the file using the SSL, and upload it through a script as well? -- PHP General Mailing List (http://www.php.ne