Re: A solution to the SSL customizing problem

Поиск
Список
Период
Сортировка
От Ulrich Meis
Тема Re: A solution to the SSL customizing problem
Дата
Msg-id 200410160441.29561.kenobi@halifax.rwth-aachen.de
обсуждение исходный текст
Ответ на Re: A solution to the SSL customizing problem  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: A solution to the SSL customizing problem  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
On Friday 15 October 2004 21:44, Oliver Jowett wrote:
> Ulrich Meis wrote:
> > The attached changes provide as first parameter "hostname:port" to the
> > factory as given in the Properties object, so I removed the &urlServer&
> > thing.
>
> The host and port are already given to the SSLSocketFactory when the
>
> socket is created:
> >   @SSL@       java.net.Socket newConnection =
> > factory.createSocket(p_stream.getSocket(), p_stream.getHost(),
> > p_stream.getPort(), true);

Right! I forgot.

>
> Why do we need to also pass them separately to the factory's ctor?

We don't ;-)

I removed that.

See next try attached ;-)

Uli

Вложения

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: problem with dates when using a java calendar object with
Следующее
От: Jair da Silva Ferreira Jr
Дата:
Сообщение: Re: problem with dates when using a java calendar object with