I'm currently trying to connect to a redshift database in R. This needs to be done over an SSL connection but I can't seem to find options to specify the path of the certificate file to use in dbConnect
. Google hasn't been to helpful either surprisingly enough.
Is it really that difficult establish a postgres SSL connection to redshift via R or am I just missing out on something fundamental?