I am trying to connect to Postgres in Base SAS 9.4 for the first time using the following command: libname pg postgres user=**** pwd=***** server="****" database=**** conopts="sslmode=require" ; I am receiving the following error: CLI error trying to establish connection: Service negotation failed; The client and server cannot communicate, because they do not possess a common algorithm. in DoSchannelNegotiation:CreateSchannelCredentials If anyone recognizes this error, please let me know how you resolved it!
... View more