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