I am having the following issue with psycopg2. I am connect to a remote postgres server that is running 9.4.5.
I get the following error when I use SSLmode:required
OperationalError: (psycopg2.OperationalError) sslmode value "require" >invalid when SSL support is not compiled in
I am running Anaconda fully updated with psycopg2. I have deleted and reinstall Anaconda, removed and re-installed pip install psycopg2. Followed the brew install / brew uninstall suggested.
I have looked into the following threads from stack ==> Psycopg2 Python SSL Support is not compiled in as well as many other resources on the internet without success.
If anyone can help me out that would be fantastic - I feel like I have maxed out on my own abiliti to resolve this - hence I am posting up on Stack! Thanks