Does Prisma support TLS v1.3? #23633
Replies: 2 comments 2 replies
|
Hi @felipe-ramirez 👋 Thank you for raising this question. I can confirm that TLSV1.2 works while TLSv1.3 throws the same error you shared. I have shared this internally and will get back to you with any information from the team. |
|
Hi there, To keep our discussions organized and focused on the most relevant topics, we’re reviewing and tidying up our backlog. As part of this process, we’re closing discussions that haven’t had any recent activity and appear to be outdated. If this discussion is still important to you or unresolved, we’d love to hear from you! Feel free to reopen it or start a new one with updated details. For more details about our priorities and vision for the future of Prisma ORM, check out our latest blog post: https://www.prisma.io/blog/prisma-orm-manifesto. Thank you for your understanding and being part of the community!; |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Question
Currently I can use Prisma client (v5.11.0) to connect to an Amazon RDS Aurora PostgreSQL instance that has the parameter group setting
ssl_min_protocol_versionset toTLSv1.2just fine with no problems. However, if I set that parameter toTLSv1.3and try connecting again I get:Error: Error: P1011: Error opening a TLS connection: bad protocol versionDoes Prisma not support TLS v1.3 connections yet? I tried looking in the docs but couldn't find a definitive answer.
All reactions