Page 1 of 1

SSL PASSWORD AND SSL TARGET HOST no more supported 4.55.37

Posted: Mon 03 Aug 2009 15:19
by baba
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)

Posted: Wed 05 Aug 2009 08:04
by AndreyR
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.

Posted: Fri 28 Aug 2009 15:30
by hmuscroft
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.

Posted: Mon 31 Aug 2009 07:59
by Shalex
We have answered you in this thread: http://www.devart.com/forums/viewtopic.php?p=48381 .