Skip to content

HTTPS support #110

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

Merged
merged 9 commits into from
Jan 12, 2025
Merged

HTTPS support #110

merged 9 commits into from
Jan 12, 2025

Conversation

gaborcsardi
Copy link
Member

@gaborcsardi gaborcsardi commented Jan 12, 2025

Closes #9.

But no HTTP yet, and I need to get rid of
`printf()`, `putchar()`, `puts()` and `rand()` calls.
All the printed messages are lost now. I should probably
print them if `DEBUG` is set or if `NDEBUG` is not set.
Not 127.0.0.1, apparently.
The cainfo option only works with the openssl backend.
Need to run tests in a subprocess, with CURL_SSL_BACKEND=openssl
set, because libcurl sets this on load.
Need to set `CURL_CA_BUNDLE` as well, the `cainfo` option
does not seem to work on older R versions.
1. they need to run in a subprocess
2. with env vars set
@gaborcsardi gaborcsardi merged commit e047ba7 into main Jan 12, 2025
13 checks passed
@gaborcsardi gaborcsardi deleted the feature/https branch January 12, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPS support
1 participant