On 4 May 2010 10:42, AI Rumman wrote:
> I have my postgresql 8.3.8 database and application server in the same
> network over the WAN.
> I need to enable data encryption using SSL.
>
> Is there any step-by-step guide to complete this task?
>
You can try this guide:
http://www.ibm.com/developerwo
I have my postgresql 8.3.8 database and application server in the same
network over the WAN.
I need to enable data encryption using SSL.
Is there any step-by-step guide to complete this task?
Hi Team,
I have problems to setup SSL for PostgreSQL server. I did all the steps
which described in the documentation (17.8. Secure TCP/IP Connections
with SSL), but when I try to start the PostgreSQL server the pg_ctl gave
me: "could not start server". And nothing in the logs (I enabled all of
t
Tony Smith wrote:
When I was trying to connect my databse with jdbc, I
got the following error message:
org.postgresql.util.PSQLException: Connection
rejected: FATAL: no pg_hba.conf entry for host
"mydomain", user "", database "myDB", SSL off.
You need to setup your pg_hba.conf to allow r
When I was trying to connect my databse with jdbc, I
got the following error message:
org.postgresql.util.PSQLException: Connection
rejected: FATAL: no pg_hba.conf entry for host
"mydomain", user "", database "myDB", SSL off.
When I run in dos console "psql myDB..." it works
fine.
My jdbc c
Kris Jurka <[EMAIL PROTECTED]> writes:
> On Mon, 29 Sep 2003, Angel Todorov wrote:
>> : An error occurs while communicating with the remote host. --->
>> Org.Mentalis.Security.Ssl.Shared.SslException: The server hello message
>> uses a protocol that was not recognized.
>>
>> Do you have any idea w