|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security errori've a problem with connection between client (windows XP, SQL 2000 sp3) and server (Windows 2003, SQL 2005 express). >From my c++ client appcation try to open the connection, but recive a message error:[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error Reading on the net it seems to be related to SSL certificates presence\absence, something like: you choose to NOT use the certificates but SQL pass over..... I've found two solution, the first one is to delete all certificate, but it doesn't work: The client has NO certificates intalled (I use MMC and consider snap-in about certificates on both "localMachine->personal" and "CurrentUser->Personal" folders) The server has an "Administrator" certificate under the "CurrentUser->Personal" folder. Removing the administrator certificates the error persist Second solution is to install a certificate, but i don't know how to perform it ( and i'don't know if it's correct) Can someone help me? thanks |
|||||||||||||||||||||||