https://bugzilla.novell.com/show_bug.cgi?id=675073
https://bugzilla.novell.com/show_bug.cgi?id=675073#c0 Summary: Connection to MS SQL Azure fails because SSL encryption is not implemented Classification: Mono Product: Mono: Class Libraries Version: 2.10.x Platform: 32bit OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Data.SqlClient AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.4 (like Gecko) SUSE When using a ConnectionString like "Server=tcp:eqcuitlmsl.database.windows.net,1433;Database=myDB;User ID=myuser@eqcuitlmsl;Password=myPW;Trusted_Connection=False;Encrypt=True;" my application crashes with following exception: System.NotImplementedException: SSL encryption for data sent between client and server is not implemented. at System.Data.SqlClient.SqlConnection.SetProperties (System.String name, System.String value) [0x00000] in <filename unknown>:0 at System.Data.SqlClient.SqlConnection.SetConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0 at System.Data.SqlClient.SqlConnection.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Data.SqlClient.SqlConnection:set_ConnectionString (string) Reproducible: Always Steps to Reproduce: assign a connection string like the above one to SqlConnection Actual Results: connection can't be used Expected Results: ecrypted connection to SQL Azure servers should be possible -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
