I'm using drakma to call out to a REST API. It works fine on my
laptop under OSX but gives the error:
Can't resolve foreign symbol "SSL_load_error_strings"
on a CentOS box. OpenSSL is installed. What else do I need to
configure?
Thanks,
Patrick
Are there any known issues with basic-authorization? I'm using the
same username and password with drakma:http-request that works with
curl's -u argument, but I'm getting a response of "Authorization
required." I tried passing the username and password via the url (https://username:password@www.example.com
), but Drakma rejected the format because it expected a port number
after the colon.
Anyone else run into this?
Thanks,
Patrick