Re: JDBC for SQL 2000 Service Pack 4?



Well, that would explain it. Is there a way to "force encryption execept for certain clients"?

Kamil Sykora [MSFT] wrote:
The Microsof SQL Server 2000 Driver for JDBC does not support SSL encryption.

There was an issue prior to Service Pack 4 for SQL Server 2000 where the JDBC driver was able to connect to a SQL Server database even though the "force protocol encryption" option was set on the server. The SQL Server would incorrectly allow an unencrypted connection with the JDBC driver.

In Service Pack 4 for SQL Server 2000 this was fixed so that only clients that support SSL can connect to the server if the "force protocol encryption" option is set on the server. This will exclude the JDBC driver since it does not support SSL and you will receive an error on the client.

Thanks,
Kamil
.



Relevant Pages

  • Re: SQL or Access DB
    ... As far as encryption goes though... ... with Sql Server you can use SQL DMO and encrypt your stored procedures ... installation - Security was absolutely critical and in most instances, ... > then we create a nice gui around this database and sell it to automotive ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Views
    ... you must understand that SQL Server 2000 does not support ... database data encryption as such. ... following method in the KB below to enhance the security. ... Microsoft is providing this information as a convenience to you. ...
    (microsoft.public.sqlserver.programming)
  • Re: Protecting database from administrators
    ... >> there is no encryption while at rest it must still be secure. ... >> All the security MS has offered is weak. ... If it is attached to SQL Server ...
    (microsoft.public.sqlserver.security)
  • Re: MSDE Security (aka users looking at my apps database)
    ... > I have been called in more than once to untangle all sorts of developer ... let's think about a genious tool, RAC by SQL Server MVP Thanh Ngo.. ... even if SQL Server encryption has been defeated... ... think to privacy protection for sensible data... ...
    (microsoft.public.sqlserver.msde)
  • Re: is WITH ENCRYPTION now safe in SQL2005?
    ... There are very dissenting opinions on that in the SQL Server community. ... you are in this situation you are quite happy that you can decrypt the ... How would a safe encryption method be implemented? ... private key, SQL Server must have access to that private key. ...
    (comp.databases.ms-sqlserver)

Loading