Re: SSL support in PG 7.4

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: SSL support in PG 7.4
Дата
Msg-id 3F319577.5070505@xythos.com
обсуждение исходный текст
Ответ на SSL support in PG 7.4  (Rich Cullingford <rculling@sysd.com>)
Ответы Re: SSL support in PG 7.4
Re: SSL support in PG 7.4
Список pgsql-jdbc
Rich,

The SSL support is in 7.4, but it is currently broken.  Actually I think
it might work against a 7.3 database, but won't work against a 7.4
database with the v3 FE/BE protocol.  It worked up until the v3 protocol
changes were put in, and I haven't had time to go back and fix it up.

Before 7.4 goes production this needs to be cleaned up and the doc needs
to be updated to reflect this new feature.  I consider the doc updates
especially important since it can be difficult to get SSL working under
java (java can be difficult to get certificates loaded correctly.)

Anyone want to help finish this off?

thanks,
--Barry

Rich Cullingford wrote:
> Has any progress been made in getting SSL support for connections
> between Java apps and PG via JDBC? The mail archives seem to say "no"
> (at least as of last February).
>
> If not, a short discussion of what would be involved would be
> appreciated. We may have some programmer cycles to apply to such a project.
>                    Thanks,
>                    Rich Cullingford
>                    rculling@sysd.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: JDBC stored procs doc patch
Следующее
От: Barry Lind
Дата:
Сообщение: Re: No function escape processing?