Kris Jurka <books(at)ejurka(dot)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