I need to build a site in PHP with the maximum allowed security.
I know how to manage sessions, security problems regarding $_GLOBALS variables (commented in php.net) and so on, but I don't know if it is enough.
I don't find in php.net (neither in google) anything about https:// (secure http) in PHP.
Does PHP allow it?
How can I learn about it?
I guess this is the correct forum to make this post.
Thanks in advance.
Site security
Moderators: egami, macek, gesf
My websites: Masajes - Online Role Playing Games
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact:
Where can I learn to do that?Alexei Kubarev wrote:its Apache that has to allow it, not php: php will work with anything..
you simply need to enable mod_ssl and have an SSL certficate to be able to run in HTTPS mode..
Thanks for your answer.
My websites: Masajes - Online Role Playing Games
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact:
http://httpd.apache.org
Go to documentation => mod_ssl
http://www.openssl.org
Note that SSL certificate is not free of charge.
Self generated SSL certificates are free but will show a warning dialog to the user..
Go to documentation => mod_ssl
http://www.openssl.org
Note that SSL certificate is not free of charge.
Self generated SSL certificates are free but will show a warning dialog to the user..
It really is important to be able to implement a very tight security for your pages as the last thing you would want to deal with would include private data being available out to the open.
While security is a dynamic and evolving technology, that makes way for you always employing new and strict techniques to save your system.
While security is a dynamic and evolving technology, that makes way for you always employing new and strict techniques to save your system.
- JordanMRichards
- php-forum Fan User
- Posts: 81
- Joined: Mon Apr 23, 2012 7:43 am
- Contact: