Re: [PHP] HTTPS SSL

2010-09-02 Thread Gaurav Kumar
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 da

Re: [PHP] HTTPS SSL

2010-09-02 Thread Andy McKenzie
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

Re: [PHP] HTTPS SSL

2010-09-02 Thread Bostjan Skufca
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

[PHP] HTTPS SSL

2010-09-02 Thread Jordan Jovanov
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?