Open
Description
The price oracle client inside tapd does not seem to do SSL certificate validation of the price oracle server. This is a security issue as we have no confidence that we trust the price oracle we are talking to is the one we think we are talking to.
We should have the following choices:
- Root CAs to trust (in addition to or instead of the operating system root CA list)
- Trust operating system root CA list (yes or no)
- Require certificate checking
- Don't require certificate checking
- Pin to a specific certificate (either signed by a CA or self signed)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New