From: | "Donald Fraser" <postgres(at)kiwi-fraser(dot)net> |
---|---|
To: | "[ADMIN]" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Initial request packet for SSL |
Date: | 2006-03-26 15:58:20 |
Message-ID: | 001201c650ee$1b1901a0$0264a8c0@demolish1 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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 question is, can this initial request be avoided in any way - is it possible to start with the SSL handshake without the request?
The reason I'm asking is that I've been asked to write some software that will establish a secure connection through a HTTPS proxy server to a PostgreSQL database. My research shows that to tunnel through a proxy requires first the connection to the proxy server and then the SSL hand-shake. Many HTTPS proxy servers will not allow any data to be transmitted before the SSL hand-shake, which in the case for PostgreSQL is going to cause problems if I'm required to send the SSLRequest packet first.
Any thoughts would be appreciated,
regards
Donald Fraser.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-03-26 16:20:39 | Re: database locale and system locale |
Previous Message | Joost Kraaijeveld | 2006-03-26 09:37:58 | Re: Postgresql 8.1.3 Debian installation encoding question |