Re: [ADMIN] Initial request packet for SSL

2006-03-26 Thread Tom Lane
"Donald Fraser" <[EMAIL PROTECTED]> writes: > My question is, can this initial request be avoided in any way - is it = > possible to start with the SSL handshake without the request? No, sorry. You might consider tunneling to an ssh proxy port that is redirected to 5432 locally on the database se

[ADMIN] Initial request packet for SSL

2006-03-26 Thread Donald Fraser
Hello, I'm not sure whether this is the correct place to post this question, but I will try here first.   According to the documentation, to connect to the back-end using SSL a special start-up packet (SSLRequest) is required before the front-end can begin with the SSL hand-shake.   My questi