Actions
Bug #1495
closedHTTP client doesn't verify the certificate
Start date:
10/23/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi,
It seems the code to check the server's certificate is just commented out in the HTTP client? What doesn't work about it?
Kurt
Updated by Koen Deforche about 12 years ago
- Status changed from New to InProgress
- Assignee set to Wim Dumon
- Target version set to 3.3.0
Hey,
Support for this in boost::asio seems incomplete (at least it was at the time of implementing it). It was then just added to boost::asio with as comment from the author that it probably needed review (and it does indeed).
We do need to revisit this since it is (obviously) an essential part of using HTTPS.
Regards,
koen
Updated by Koen Deforche almost 12 years ago
- Priority changed from Normal to High
Updated by Koen Deforche almost 12 years ago
- Status changed from InProgress to Resolved
- Assignee changed from Wim Dumon to Koen Deforche
So, apparently, re-enabling this functionality works on all my systems (with boost > 1.52), so I am re-enabling this. If anyone gets problems with older boost versions, they should update to a more recent boost version.
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions