Re: A solution to the SSL customizing problem - Mailing list pgsql-jdbc

From Ulrich Meis
Subject Re: A solution to the SSL customizing problem
Date
Msg-id 200410160441.29561.kenobi@halifax.rwth-aachen.de
Whole thread Raw
In response to Re: A solution to the SSL customizing problem  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: A solution to the SSL customizing problem
List 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

Attachment

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: problem with dates when using a java calendar object with
Next
From: Jair da Silva Ferreira Jr
Date:
Subject: Re: problem with dates when using a java calendar object with