You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a basic request, one will get an error on Windows because of missing SSL certs. It seems reasonable to me to expect it to work out of the box in an "ez" library.
I'll open a PR to show the failure in CI.
The easiest solution would be to load the certificates if Sys.os_type = "Win32" || Sys.os_type = "Cygwin" or something like that.
The text was updated successfully, but these errors were encountered:
A VM is workable but I have very little free time right now, and using CI only is the stuff of nightmares :). CI is only good to prevent regressions imho.
Hi,
For a basic request, one will get an error on Windows because of missing SSL certs. It seems reasonable to me to expect it to work out of the box in an "ez" library.
I'll open a PR to show the failure in CI.
The easiest solution would be to load the certificates if
Sys.os_type = "Win32" || Sys.os_type = "Cygwin"
or something like that.The text was updated successfully, but these errors were encountered: