Tom,
In general that may be true. And I didn't into this very much at the
time I did my initial v3 protocol work. But in glancing at the code
just now, it needs to at least correctly handle a v3 style error
response from an ssl handshake request, no? So some work needs to be
done. But it may be the case that if you have a successfull handshake
the code will work as is.
thanks,
--Barry
Tom Lane wrote:
> Barry Lind <blind@xythos.com> writes:
>
>>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.
>
>
> I'm surprised that the protocol changes would have affected SSL support
> --- the SSL wrapper goes on, or not, before we do anything
> protocol-version-specific. Do you recall exactly what is the
> interaction?
>
> regards, tom lane
>