-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check peers certificate when using https transport
Previously, the peers certificate identity was not checked. By that, man-in-the-middle attacks where possible by using self signed certificates. The fix removes the CURLOPT_SSL_VERIFYPEER=0 configuration, so that the CURL default is used and the certificate is properly checked.
- Loading branch information
1 parent
7384aa7
commit a9f89a2
Showing
3 changed files
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters