473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

PostgreSQL SSL communication with SecureTcpClient (Ssl v 3.0)

Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data
provider for PostgreSQL). I have tested with the Mentalis Secure Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C> 35454B4C
Nov 12 '05 #1
7 3659

What version of PostgreSQL are you using?

---------------------------------------------------------------------------

Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data
provider for PostgreSQL). I have tested with the Mentalis Secure Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C> 35454B4C


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 12 '05 #2
It is 7.3.3

The Npgsql is 0.5, which supports the 2.0 protocol.

Angel

-----Original Message-----
From: Bruce Momjian [mailto:pg***@candle.pha.pa.us]
Sent: Monday, September 29, 2003 3:03 AM
To: Angel Todorov
Cc: PostgreSQL General
Subject: Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient
(Ssl v 3.0)
What version of PostgreSQL are you using?

------------------------------------------------------------------------
---

Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data
provider for PostgreSQL). I have tested with the Mentalis Secure Library (http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The PostgreSQL server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL support is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C> 35454B4C


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 12 '05 #3
Angel Todorov wrote:
It is 7.3.3
We have fixed many SSL items in 7.4. Can you grab a snapshot from our
FTP server and check that?

---------------------------------------------------------------------------


The Npgsql is 0.5, which supports the 2.0 protocol.

Angel

-----Original Message-----
From: Bruce Momjian [mailto:pg***@candle.pha.pa.us]
Sent: Monday, September 29, 2003 3:03 AM
To: Angel Todorov
Cc: PostgreSQL General
Subject: Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient
(Ssl v 3.0)
What version of PostgreSQL are you using?

------------------------------------------------------------------------
---

Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data
provider for PostgreSQL). I have tested with the Mentalis Secure

Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The

PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL

support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C>

35454B4C


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly

Nov 12 '05 #4
Hello, is it something specific about the startup packet length? I can
try to see if I can fix it if it is from the driver itself. I will try
with 7.4, but it should also operate with postgresql 7.2 and 7.3

Angel

-----Original Message-----
From: pg*****************@postgresql.org
[mailto:pg*****************@postgresql.org] On Behalf Of Bruce Momjian
Sent: Monday, September 29, 2003 4:13 AM
To: Angel Todorov
Cc: 'PostgreSQL General'
Subject: Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient
(Ssl

Angel Todorov wrote:
It is 7.3.3
We have fixed many SSL items in 7.4. Can you grab a snapshot from our
FTP server and check that?

------------------------------------------------------------------------
---


The Npgsql is 0.5, which supports the 2.0 protocol.

Angel

-----Original Message-----
From: Bruce Momjian [mailto:pg***@candle.pha.pa.us]
Sent: Monday, September 29, 2003 3:03 AM
To: Angel Todorov
Cc: PostgreSQL General
Subject: Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient (Ssl v 3.0)
What version of PostgreSQL are you using?

------------------------------------------------------------------------ ---

Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data provider for PostgreSQL). I have tested with the Mentalis Secure

Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The

PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL

support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C>

35454B4C


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 12 '05 #5
Angel Todorov wrote:
Hello, is it something specific about the startup packet length? I can
try to see if I can fix it if it is from the driver itself. I will try
with 7.4, but it should also operate with postgresql 7.2 and 7.3
Sorry, no idea.

---------------------------------------------------------------------------


Angel

-----Original Message-----
From: pg*****************@postgresql.org
[mailto:pg*****************@postgresql.org] On Behalf Of Bruce Momjian
Sent: Monday, September 29, 2003 4:13 AM
To: Angel Todorov
Cc: 'PostgreSQL General'
Subject: Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient
(Ssl

Angel Todorov wrote:
It is 7.3.3


We have fixed many SSL items in 7.4. Can you grab a snapshot from our
FTP server and check that?

------------------------------------------------------------------------
---


The Npgsql is 0.5, which supports the 2.0 protocol.

Angel

-----Original Message-----
From: Bruce Momjian [mailto:pg***@candle.pha.pa.us]
Sent: Monday, September 29, 2003 3:03 AM
To: Angel Todorov
Cc: PostgreSQL General
Subject: Re: [GENERAL] PostgreSQL SSL communication with

SecureTcpClient
(Ssl v 3.0)
What version of PostgreSQL are you using?

------------------------------------------------------------------------
---

Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data provider for PostgreSQL). I have tested with the Mentalis Secure

Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The

PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL

support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.

Regards,

Angel

Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C>

35454B4C


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania
19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly


--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 12 '05 #6


On Mon, 29 Sep 2003, Angel Todorov wrote:
Hello,
I am currently adding SSL support to the Npgsql driver (the .NET data
provider for PostgreSQL). I have tested with the Mentalis Secure Library
(http://www.mentalis.org/soft/projects/ssocket/). I am creating the
SecureTcpSocket as an instance that uses Ssl version 3.0. The PostgreSQL
server is configured as described in
http://developer.postgresql.org/docs...s/ssl-tcp.html . SSL support
is added in pg_hba.conf, via hostssl
The exception I get when I run a test application to connect the
database is something like that:

Unhandled Exception: Npgsql.NpgsqlException: Error in Open() --->
System.IO.IOException: An I/O exception occurred. --->
Org.Mentalis.Security.SecurityException
: 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 what can be the reason? Thanks in advance.


You are aware that the connection does not start as a SSL connection, but
begins as a normal one and then switches over.

Kris Jurka
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 12 '05 #7
Kris Jurka <bo***@ejurka.com> 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 what can be the reason? Thanks in advance.
You are aware that the connection does not start as a SSL connection, but
begins as a normal one and then switches over.


Specifically, you need to eat the initial "S" or "N" response byte from
the server before firing up the SSL startup handshake.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 12 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Otis Green | last post by:
Vote for or against a new newsgroup proposal. To summarize what you need to do, just send an empty e-mail to postgresql-ballot@netagw.com You will receive a ballot by e-mail. Follow the...
4
by: Edwin Engelen | last post by:
I looked almost everywhere to find out how to communicate over SSL using ..NET. I hope someone can help me out... I need to communicatie with a server of a service provider. This communication...
7
by: Dan V. | last post by:
Situation: I have to connect with my Windows 2000 server using VS.NET 2003 and C# and connect to a remote Linux server at another company's office and query their XML file. Their file may be...
1
by: Marc G. Fournier | last post by:
After several fixes were backpatches to the 7_3_STABLE branch, we have now released a 7.3.5. As the list of Changes since 7.3.4 is quite small, they are included in this email: * Force...
3
by: Bob.Henkel | last post by:
I write this to tell you why we won't use postgresql even though we wish we could at a large company. Don't get me wrong I love postgresql in many ways and for many reasons , but fact is fact. If...
1
by: Brandon Craig Rhodes | last post by:
I now have SSL encryption working between psql and my PostgreSQL server, but want to enable client verification of the server's SSL certificate (and eventually vice-versa). My problem is that...
2
by: Mike Morris | last post by:
Hi, I've setup a postgres server (7.4) and confirmed that SSL is enabled - I can successfully connect via tcp socket over SSL using the psql client. From PHP4, how can I get the pg_connect...
5
by: AeonOfTime | last post by:
Let's assume a web application (in this case a browser-based game) with a custom HTTP server built on PHP, and a client also built on PHP. The client uses the server to access and change data. Even...
1
by: nampet | last post by:
We set up a new system with the OS and database below. Now some pages are not loading in browser. the error is: but the same code is no problem with old server.. i can also insert the...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.