Replies: 2 comments 1 reply
-
in all the output there was another error reported that i missed. the complete error messages without the traceback are the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
the issue was the binary version of psycopg2 is not compatible with systems in FIPS mode. i had to uninstall psycopg2 and then re-install from source code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when running
nautobot-server migrate
for a new deployment i get the following error:i then updated nautobot_config.py and added
"OPTIONS": {"sslmode": "require"}
now the 'no pg_hba.conf entry for host' error isn't happening anymore but i still get the SSL error: disabled for FIPS
i'm not looking to verify certs or anything, just perform basic encrypted connection to the RDS instance.
i can psql direct to the RDS instance
RHEL 8.10.0, FIPS enabled
Python 3.8.17
Nautobot 2.3.4
AWS RDS Postgresql 16.3, SSL required
i'm a network engineer, not a linux sysad, so please dumb it down for me
Beta Was this translation helpful? Give feedback.
All reactions