Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Passing down ssl verification as it's available in DDGS class (#1604)
## Description **Please include:** - **Summary of changes**: DDGS provides SSL verification option (with verification enabled by default). Adding it to the DuckDuckGo tool also. - **Related issues**: N/A - **Motivation and context**: Experimenting with the introduction example, and ran into SSL issues (cough cough enterprise stuff cough cough) - **Environment or dependencies**: No changes. - **Impact on AI/ML components**: (If applicable) N/A
- Loading branch information
85ea7e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a parameter in duckduckgo to set ca_cert_file, in primp.Client(), used in DDGS. Disabling SSL is not an acceptable workaround.