Re: How to use HTTPS with PHP
- From: NC <nc@xxxxxxxxx>
- Date: Thu, 1 Jan 2009 16:03:15 -0800 (PST)
On Jan 1, 1:25 pm, "cpptutor2...@xxxxxxxxx" <cpptutor2...@xxxxxxxxx>
wrote:
Could some PHP guru please provide some hints ? I am trying
to use HTTPS with PHP 5.2.16, not with much success. Could
someone please suggest a way to link the two ?
On what system? What is your OS, HTTP server, and PHP setup (server
module, FastCGI, etc.)?
And what exactly are you trying to do, have PHP serve pages over HTTPS
or have PHP access data located elsewhere over HTTPS? The former has
nothing to do with PHP; it's a HTTP server configuration task. For
example, in Apache, it's done by writing appropriate entries into
httpd.conf (basically, it's all about enabling mod_ssl). The latter
requires that you have the OpenSSL extension enabled.
Sorry to be so sketchy, but it's really not clear what you are trying
to accomplish.
Cheers,
NC
.
- References:
- How to use HTTPS with PHP
- From: cpptutor2000@xxxxxxxxx
- How to use HTTPS with PHP
- Prev by Date: Re: Use PHP var in PHP generated Javascript?
- Next by Date: Re: Use PHP var in PHP generated Javascript?
- Previous by thread: Re: How to use HTTPS with PHP
- Next by thread: Re: How to use HTTPS with PHP
- Index(es):
Relevant Pages
|