How to authenticate amazon rds oracle instance with ssl certificate. (With thin model) #138
Replies: 3 comments 13 replies
-
Are there any AWS users who can assist @moxarth-elastic ? Do you need to specify the wallet password?
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I'm having this issue in Python 3.11. I've tried passing the ssl_context object to the connect but it's still failing. I'm wondering if it's because the SSL_RSA_WITH_AES_256_CBC_SHA cipher isn't in the valid options. When I do: ssl_context.set_ciphers("SSL_RSA_WITH_AES_256_CBC_SHA") I get "No cipher can be selected." Do I need to add/install this cipher somehow? |
Beta Was this translation helpful? Give feedback.
-
I am trying to authenticate my amazon oracle rds service with SSL connection using a thin model. Currently, I am pasting
rds-ca-2019-root.pem
in ewallet.pem and passing the path in wallet_location without a password. but it throwsoracledb.exceptions.OperationalError: DPY-6005: cannot connect to database. Connection failed with "[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure
In DSN i am using TCPS protocol and ssl port.
Beta Was this translation helpful? Give feedback.
All reactions