From: Jordan Jovanov on
Hello everybody

I need me a little help.
I have one web page with hhtp protocol, but i need to change in https.
Somebody tell me that I need to create some SSL certificate.
I use some Apache server.
Do you somebody know does is easy and can i do?
Does need to write some php scripts or anything?

Thanks a lot.
From: Bostjan Skufca on
You should look up something like "openssl how to create self signed
certificate" on google. Once cert is created, you should look up "apache ssl
howto". The rest is just following instructions intelligently. Or use a
consulting company.

b.

PS: This has nothing to do with PHP, in case you haven't noticed :)


On 2 September 2010 13:51, Jordan Jovanov <jovanovjoce(a)gmail.com> wrote:

> Hello everybody
>
> I need me a little help.
> I have one web page with hhtp protocol, but i need to change in https.
> Somebody tell me that I need to create some SSL certificate.
> I use some Apache server.
> Do you somebody know does is easy and can i do?
> Does need to write some php scripts or anything?
>
> Thanks a lot.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
From: Andy McKenzie on
Jordan,

Bostjan hit the main points, but if you're trying to run a secure
server, you probably ought to know more about it than you do now.
It's pretty easy to arrange a secure connection that isn't actually
secure if you don't know what you're doing. I'd recommend a good
Apache book -- I have one that I found quite helpful from WROX press,
and I'm sure O'Reilly has one as well. There are probably other
companies with good books out, but those are the ones I know off-hand
that I'd trust.

-Alex

On Thu, Sep 2, 2010 at 7:51 AM, Jordan Jovanov <jovanovjoce(a)gmail.com> wrote:
> Hello everybody
>
> I need me a little help.
> I have one web page with hhtp protocol, but i need to change in https.
> Somebody tell me that I need to create some SSL certificate.
> I  use some Apache server.
> Do you somebody know does is easy and can i do?
> Does need to write some php scripts or anything?
>
> Thanks a lot.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
From: Gaurav Kumar on
Jordan,

Do you have a shared hosting? i.e. you must have hosted your site/page on
some server.

Most of the hosting server these days provide you with the feature of
installing SSL certificate.

So what you need is-

Buy a SSL certificate from a vendor. There are so many of them available
these days OR enquire with your hosting provider that if they provide a SSL
(may be a free SSL).

The certificate comes with a "KEY" (bunch of encrypted charcters). Put in
the key in your hosting panel SSL feature.

Also some server restrict the SSL to Static IP or may provide you with a
Shared SSL.

Thanks,

Gaurav Kumar

http://www.UncleCode.Com <http://www.unclecode.com/>
Download Scripts, Resources For Free
http://www.unclecode.com/2010/08/how-to-use-post-method-request-in-php-curl-execute-http-post-method-in-php-curl/
http://www.unclecode.com/2010/08/how-to-send-an-attachment-in-an-email-using-php-php-send-email-with-attachment/
http://www.unclecode.com/2009/10/mpdf-create-pdf-from-html-using-php-on-the-fly/



On Thu, Sep 2, 2010 at 5:21 PM, Jordan Jovanov <jovanovjoce(a)gmail.com>wrote:

> Hello everybody
>
> I need me a little help.
> I have one web page with hhtp protocol, but i need to change in https.
> Somebody tell me that I need to create some SSL certificate.
> I use some Apache server.
> Do you somebody know does is easy and can i do?
> Does need to write some php scripts or anything?
>
> Thanks a lot.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Thanks,

Gaurav Kumar

http://www.UncleCode.Com
Download Scripts, Resources For Free
 | 
Pages: 1
Prev: DICOM and PHP
Next: PHP, Soap, and WDSL