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://
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.
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo