I am trying to connect to the CAS server using the SWAT R. I have downloaded 64 bit R and all the required pre-requisites as described in https://github.com/sassoftware/R-swat
When I try to run the command to connect
conn <- swat::CAS('host', 8887, 'http',username='abcd',password='abcd')
I get the following error
Error in curl::curl_fetch_memory(url, handle = handle) :
Empty reply from server.
On the server I see the CAS admin listening on 8887 but only on the IPV6.
Thanks in advance.
Atul