SSL PASSWORD AND SSL TARGET HOST no more supported 4.55.37

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
baba
Posts: 22
Joined: Thu 14 Apr 2005 16:40

SSL PASSWORD AND SSL TARGET HOST no more supported 4.55.37

Post by baba » Mon 03 Aug 2009 15:19

My program use to work fine with this, but since i installed 4.55.37, the connection strings including :

ssl password=XXXXX
and Ssl Target Host=XXXX are rejected.

Exploring the dll, the dll schema, the string builder... All properties related to those 2 (but i did not check other properties) disapeared from your product.

And i am really interested to the work you made to the ssl connection timeout problem !

Any idea ?

Exception details follows :
*
System.TypeInitializationException was unhandled
Message="Une exception a été levée par l'initialiseur de type pour 'admin.Admin'."
Source="admin"
TypeName="admin.Admin"
StackTrace:
à admin.Admin..ctor()
à admin.Program.Main() dans F:\projects\nbman\admin\Program.cs:ligne 22
à System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
à System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
à Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart()
InnerException: System.InvalidOperationException
Message="Unknown connection string parameter SslPassword."
Source="Devart.Data.PostgreSql"
StackTrace:
à Devart.Common.a.a(Hashtable A_0)
à Devart.Common.a..ctor(String A_0, Hashtable A_1, Boolean A_2)
à Devart.Data.PostgreSql.PgSqlConnectionOptions..ctor(String connectionString)
à Devart.Data.PostgreSql.aa.a(String A_0, a A_1)
à Devart.Common.DbConnectionFactory.a(String A_0, a& A_1)
à Devart.Common.DbConnectionBase.set_ConnectionString(String value)
à Devart.Data.PostgreSql.PgSqlConnection.set_ConnectionString(String value)
à Devart.Data.PostgreSql.PgSqlConnection..ctor(String connectionString)
à butils.utils.getconn() dans F:\projects\nbman\butils\utils.cs:ligne 598
à admin.Admin..cctor() dans F:\projects\nbman\admin\Admin.cs:ligne 40
InnerException:


Idem with SSL Password (but i think you remove the spaces and lowercase the string, i mean spaces and case are not significant)

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 05 Aug 2009 08:04

We have made some breaking changes in the SSL support with PostgreSQL.
The documentation concerning this topic will be available soon, I will post here a link to it.

hmuscroft
Posts: 23
Joined: Tue 28 Nov 2006 10:07

Post by hmuscroft » Fri 28 Aug 2009 15:30

Hi - I'm trying desperately to implement SSL in my application.

Please can you post the updated documentation or let us know when it will be availalable, as I'm struggling to get it working.

Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 31 Aug 2009 07:59

We have answered you in this thread: http://www.devart.com/forums/viewtopic.php?p=48381 .

Post Reply