Re: SSL with Access VBA

Поиск
Список
Период
Сортировка
От Lindsay Stevens
Тема Re: SSL with Access VBA
Дата
Msg-id CAG2CW_KSSBXOhtAdKKWHpyp6CJwMV-Es7xt3ULxSy5fcG9C4Kg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SSL with Access VBA  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-odbc

Hi,

I've written up instructions for setting up a postgres system on Windows with Access clients, encrypted connections and SSPI authentication.

Although the application itself isn't relevant, these instructions cover configurations required for that kind of setup that may be useful to you.

Probably don't enable ssl compression, it is an attack vector and so may no longer be available in tls1.3 anyway.

You can verify if your connection is encrypted by using PSQL, it'll always print this information on connection. Pgadmin shows that info too.

Server stuff:

https://github.com/lindsay-stevens/openclinica_sqldatamart/blob/master/docs/setup/advanced.md

Client stuff:

https://github.com/lindsay-stevens/openclinica_sqldatamart/blob/master/docs/clients/general.md

Hope it helps


On 10 Nov 2016 11:46 am, "Adrian Klaver" <adrian.klaver@aklaver.com> wrote:
On 11/09/2016 04:29 PM, Andreas wrote:
Hello Adrian,

thanks for pointing me to this "md5" in your other answer.
I fear, I found the SSL issue myself.   =8-}

Would you know how to turn on the SSL-compression for ADODB.Connections?
... and for PHP, too?
Is it some option in the connection string?

I have no idea, I do not use either. Sorry.


On the other hand, I found warnings that enabling ssl-compression brings
the danger of exposing oneself to BEAST and CRIME (whatever that might be).


Thanks in advance
Andreas







--
Adrian Klaver
adrian.klaver@aklaver.com


--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: SSL with Access VBA
Следующее
От: "Arnaud L."
Дата:
Сообщение: Re: Problem in using PostgreSQL ODBC driver with VBA