fix: disable MSSQL encryption by default#41811
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughMSSQL plugin SSL configuration handling becomes more permissive: absent SSL settings now default to disabled encryption instead of raising an exception, with the form schema updated to reflect ChangesMSSQL SSL Default Behavior
🎯 2 (Simple) | ⏱️ ~8 minutes
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (3 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR fixes MSSQL connection failures caused by the default SSL setting.
Currently, new MSSQL datasources default to NO_VERIFY, which generates encrypt=true in the JDBC URL. This can cause SSL handshake failures when the SQL Server does not require encryption.
Changes
Fixes #41627
Summary by CodeRabbit