Add SSL to Mac OS X 10.5 Leopard
To add SSL to your OS X testing server, you need to configure mod_ssl. Open Terminal and type the following commands: * sudo -s * cd /etc/httpd * mkdir ssl …
Read MoreMacintosh OS X Tech News & Tips
To add SSL to your OS X testing server, you need to configure mod_ssl. Open Terminal and type the following commands: * sudo -s * cd /etc/httpd * mkdir ssl …
Read MoreHere’s a php code snippet to force the page to https instead of http. You can use a self-signed SSL certificate on your OS X testing server. // force redirect …
Read More