php Programming Glossary: ssl
sending email with gmail smtp with codeigniter email library http://stackoverflow.com/questions/1555145/sending-email-with-gmail-smtp-with-codeigniter-email-library Severity Warning Message fsockopen function.fsockopen SSL operation failed with code 1. OpenSSL Error messages error 140770FC.. function.fsockopen SSL operation failed with code 1. OpenSSL Error messages error 140770FC SSL routines func 119 reason 252.. failed with code 1. OpenSSL Error messages error 140770FC SSL routines func 119 reason 252 Filename libraries Email.php Line..
file_get_contents with https? http://stackoverflow.com/questions/1975461/file-get-contents-with-https when I was using the test server which wasn't calling an SSL URL but now when I am testing it on the working server with..
Force SSL/https using .htaccess and mod_rewrite [duplicate] http://stackoverflow.com/questions/4398951/force-ssl-https-using-htaccess-and-mod-rewrite SSL https using .htaccess and mod_rewrite duplicate This question.. This question already has an answer here Force SSL HTTPS with Zend Framework and mod_rewrite 3 answers .. and mod_rewrite 3 answers How can I force to SSL https using .htaccess and mod_rewrite page specific in PHP...
Session lost when switching from HTTP to HTTPS in PHP http://stackoverflow.com/questions/441496/session-lost-when-switching-from-http-to-https-in-php a result _SESSION variables are lost. The site has a valid SSL certificate which may or may not be of some use. php session..
PHP 2-way encryption: I need to store passwords that can be retrieved http://stackoverflow.com/questions/5089841/php-2-way-encryption-i-need-to-store-passwords-that-can-be-retrieved the raw HTTP traffic will also give them the keys. Use SSL for all traffic. And make sure nothing on the server has any..
PHP CURL HTTPS causing exception SSL certificate problem, verify that the CA cert is OK http://stackoverflow.com/questions/6400300/php-curl-https-causing-exception-ssl-certificate-problem-verify-that-the-ca-cer CURL HTTPS causing exception SSL certificate problem verify that the CA cert is OK I am using.. with message 'cURL resource Resource id #55 cURL error SSL certificate problem verify that the CA cert is OK. Details error.. verify that the CA cert is OK. Details error 14090086 SSL routines SSL3_GET_SERVER_CERTIFICATE certificate verify failed..
SFTP from within PHP http://stackoverflow.com/questions/717854/sftp-from-within-php
What is the best way to stop people hacking the PHP-based highscore table of a Flash game http://stackoverflow.com/questions/73947/what-is-the-best-way-to-stop-people-hacking-the-php-based-highscore-table-of-a-f This is all mostly a waste of time. It goes without saying SSL isn't going to help you either SSL can't protect you when one.. It goes without saying SSL isn't going to help you either SSL can't protect you when one of the two SSL endpoints is evil... help you either SSL can't protect you when one of the two SSL endpoints is evil. Here are some things that can actually reduce..
How can I have CodeIgniter load specific pages using SSL? http://stackoverflow.com/questions/1500527/how-can-i-have-codeigniter-load-specific-pages-using-ssl load specific pages using SSL I have an apache2 mode_ssl server. mod_ssl uses a different document root than non secure.. pages using SSL I have an apache2 mode_ssl server. mod_ssl uses a different document root than non secure pages. For example.. example https port 443 would serve pages out of var www ssl_html And http port 80 serves pages out of var www html . How..
sending email with gmail smtp with codeigniter email library http://stackoverflow.com/questions/1555145/sending-email-with-gmail-smtp-with-codeigniter-email-library index config 'protocol' 'smtp' config 'smtp_host' 'ssl smtp.gmail.com' config 'smtp_port' '465' config 'smtp_timeout'.. Message fsockopen function.fsockopen unable to connect to ssl smtp.gmail.com 465 Connection timed out Filename libraries Email.php.. question config Array 'protocol' 'smtp' 'smtp_host' 'ssl smtp.googlemail.com' 'smtp_port' 465 'smtp_user' 'xxx' 'smtp_pass'..
Socket transport “ssl” in PHP not enabled http://stackoverflow.com/questions/1705856/socket-transport-ssl-in-php-not-enabled transport &ldquo ssl&rdquo in PHP not enabled I'm having trouble enabling the socket.. enabled I'm having trouble enabling the socket transport ssl in PHP. When I run my script I get the error Warning fsockopen.. Warning fsockopen function.fsockopen unable to connect to ssl www.my.site.com 443 Unable to find the socket transport ssl..
Setting up SSL on a local xampp/apache server http://stackoverflow.com/questions/2643462/setting-up-ssl-on-a-local-xampp-apache-server windows 7 64bit Any help would be appreciated php apache ssl https xampp share improve this question Apache part enabling.. xyz There is the config file xampp apache conf extra httpd ssl.conf which contains all the ssl specific configuration. It's.. apache conf extra httpd ssl.conf which contains all the ssl specific configuration. It's fairly well documented so have..
How to get SSL certificate info with CURL in PHP? http://stackoverflow.com/questions/3081042/how-to-get-ssl-certificate-info-with-curl-in-php full header with CURL or with some other PHP function php ssl curl https share improve this question No. EDIT A CURLINFO_CERTINFO.. some proxy you must do php g stream_context_create array ssl array capture_peer_cert true r fopen https www.google.com rb.. g cont stream_context_get_params r var_dump cont options ssl peer_certificate You can manipulate the value of cont options..
Using php's swiftmailer with gmail http://stackoverflow.com/questions/3478906/using-phps-swiftmailer-with-gmail Swift_SmtpTransport newInstance 'smtp.gmail.com' 465 'ssl' setUsername this username setPassword this password this mailer.. port 587 not 465 and you are not specifying the protocol ssl . Don't know if that bit matters but for me port 587 failed..
Force SSL/https using .htaccess and mod_rewrite [duplicate] http://stackoverflow.com/questions/4398951/force-ssl-https-using-htaccess-and-mod-rewrite using .htaccess and mod_rewrite page specific in PHP. php ssl https share improve this question For Apache you can use.. share improve this question For Apache you can use mod_ssl to force SSL with the SSLRequireSSL Directive This directive..
Session lost when switching from HTTP to HTTPS in PHP http://stackoverflow.com/questions/441496/session-lost-when-switching-from-http-to-https-in-php which may or may not be of some use. php session ssl https share improve this question When you switch between..
PHP Get Site URL Protocol - http vs https http://stackoverflow.com/questions/4503135/php-get-site-url-protocol-http-vs-https it necessary to check for the protocol Thank you php url ssl share improve this question It is not automatic. Your top..
Switching between HTTP and HTTPS pages with secure session-cookie http://stackoverflow.com/questions/5843305/switching-between-http-and-https-pages-with-secure-session-cookie connections. Thanks a lot for every answer php encryption ssl https session cookies share improve this question A simpler..
PHP CURL HTTPS causing exception SSL certificate problem, verify that the CA cert is OK http://stackoverflow.com/questions/6400300/php-curl-https-causing-exception-ssl-certificate-problem-verify-that-the-ca-cer my php installation apache etc can fix this problem. php ssl curl openssl ca share improve this question curl used to.. apache etc can fix this problem. php ssl curl openssl ca share improve this question curl used to include a list..
|