Open rsh52 opened 6 months ago
Is it possible that the libcurl version on your server is older than 7.34, which is when the CURLOPT_LOGIN_OPTIONS
was added? Googling around, it looks like CentOS 7 ships with 7.29, for example, so it is possible. That's my best guess as to why it would error like that (and why you wouldn't see it locally).
Issue
Recently we updated from blastula 0.3.3 to 0.3.5, and began running into the following issue when deploying our scheduled mailers to RStudio/Posit Connect:
I'm not able to produce the error locally, but this has failed for multiple colleagues projects when deploying to the Connect servers. Is this by any chance a byproduct of changes introduced in #321 ? I find on using v0.3.3 and passing
""
tologin_options
here I receive a similarhandle_setopt()
failure.Session Info