Monday, 30 November 2015

‘wget’ is not recognized as an internal or external command – Windows Fix

Source : ‘wget’ is not recognized as an internal or external command – Windows Fix
Published On : November 30, 2015 at 01:21PM
By : Agbonghama Collins

If you get the following error on windows terminal (CMD / Command Prompt) ‘wget’ is not recognized as an internal or external command, operable program or batch file. Or in Git Bash sh: wget: command not found What this simply means is, wget isn’t installed in your windows machine or it is, but hasn’t been […]


For More Go to : w3guy - Diary of a Geek

Labels:

Monday, 9 November 2015

Quick Fix – SSL operation failed with code 1. OpenSSL Error messages

Source : Quick Fix – SSL operation failed with code 1. OpenSSL Error messages
Published On : November 09, 2015 at 06:25PM
By : Agbonghama Collins

In PHP 5.6.x, all encrypted client streams has peer verification enabled by default. This will use OpenSSL’s default CA bundle to verify the peer certificate. I worked with the Facebook API on a recent web application project and implemented Facebook social login to it. In the implementation code, I used PHP copy() function to download […]


For More Go to : w3guy - Diary of a Geek

Labels: