Remove SSL Verify on Windows #12

Open
WengerK wants to merge 2 commits from WengerK/master into master
WengerK commented 2015-06-11 15:39:44 +00:00 (Migrated from github.com)

Avoid error CURL Error: SSL certificate problem: unable to get local issuer certificate on windows whitout ssl

Avoid error CURL Error: SSL certificate problem: unable to get local issuer certificate on windows whitout ssl
joshtronic commented 2015-06-12 03:05:10 +00:00 (Migrated from github.com)

Good catch! Unfortunately this PR drops the code coverage a bit and I don't want to merge it in without any tests. If you can add them in, that would be great, if not, this will have to wait until I have some time to add them in.

Thanks!

Good catch! Unfortunately this PR drops the code coverage a bit and I don't want to merge it in without any tests. If you can add them in, that would be great, if not, this will have to wait until I have some time to add them in. Thanks!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin WengerK/master:WengerK/master
git checkout WengerK/master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff WengerK/master
git checkout WengerK/master
git rebase master
git checkout master
git merge --ff-only WengerK/master
git checkout WengerK/master
git rebase master
git checkout master
git merge --no-ff WengerK/master
git checkout master
git merge --squash WengerK/master
git checkout master
git merge --ff-only WengerK/master
git checkout master
git merge WengerK/master
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: joshtronic/php-googleplaces#12
No description provided.