Обсуждение: SSL, Crypt in ODBC

Поиск
Список
Период
Сортировка

SSL, Crypt in ODBC

От
"Jim"
Дата:
I did some small search, and found little information... Windows ODBC does not support SSL connections?  and I can't seem to get it to even use 'crypt' as the authentication option in the server (and have a Windows ODBC client successfully connect)....
 
So this leaves me with 'password' authentication, and that and all other information transmitted in clear text?
 
So if these observations are accuate.. is there any plans to implement SSL in the windows ODBC driver? 
 
Jim

Re: SSL, Crypt in ODBC

От
"Dave Page"
Дата:
 
-----Original Message-----
From: Jim [mailto:jim@fortunet.com]
Sent: 21 January 2003 22:54
To: pgsql-odbc@postgresql.org
Subject: [ODBC] SSL, Crypt in ODBC

I did some small search, and found little information... Windows ODBC does not support SSL connections?  and I can't seem to get it to even use 'crypt' as the authentication option in the server (and have a Windows ODBC client successfully connect)....
 
So this leaves me with 'password' authentication, and that and all other information transmitted in clear text? 
 
Use MD5. Iirc crypt is deprecated. 
 
So if these observations are accuate.. is there any plans to implement SSL in the windows ODBC driver? 
 
Not that I'm aware of, though it would be nice.
 
Regards, Dave.