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

Remove disabling of SSL verification #46

Open
schnelle opened this issue Jan 29, 2024 · 0 comments
Open

Remove disabling of SSL verification #46

schnelle opened this issue Jan 29, 2024 · 0 comments

Comments

@schnelle
Copy link
Collaborator

schnelle commented Jan 29, 2024

The current code to ChatGPT uses a secure connection. However, SSL verification has been disabled in CURL for now. This should not be the case in the final code.

See

// TODO Remove this disabling of SSL verification
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);

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

1 participant