Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CURL SSL Checks more secure #15

Closed
sebastianheuer opened this issue Oct 1, 2015 · 1 comment
Closed

Make CURL SSL Checks more secure #15

sebastianheuer opened this issue Oct 1, 2015 · 1 comment
Assignees
Milestone

Comments

@sebastianheuer
Copy link
Member

Utilize the available CURL options to harden SSL checks.

@theseer theseer changed the title Make CURL SSH Checks more secure Make CURL SSL Checks more secure Oct 1, 2015
@theseer theseer self-assigned this Oct 1, 2015
@theseer theseer added this to the 0.2.0 milestone Jan 7, 2016
@theseer theseer modified the milestones: 0.2.0, 0.3.0 Feb 25, 2016
@theseer
Copy link
Member

theseer commented Mar 18, 2016

Set the following options:

  • CURLOPT_PROTOCOLS: only allow CURLPROTO_HTTPS
  • CURLOPT_FAILONERROR: true
  • CURLOPT_SSL_VERIFYPEER: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants