realbasic-nug
[Top] [All Lists]

Re: has anyone made an SSL server?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: has anyone made an SSL server?
From: Bill Cavalieri <bill at lumensoftware dot com>
Date: Tue, 28 Nov 2006 15:38:44 -0600 (CST)
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
----- joe at strout dot net wrote:
> 
> Has anyone else managed to make a server (ServerSocket-style) that
> works with SSL?
> 

Was just starting on this today myself.  

I'm writing a reverse proxy server, and currently have http/https working on 
the proxy side, and http on the public side.

When I started trying to support https on the public side, noticed the same 
issue your having.

I think it might still be something wrong with my code though.  I was having 
the same problem without ssl, till I got my headers in the response correct.

Will let you know if I get anywhere with it.

-Bill
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Re: has anyone made an SSL server?, Bill Cavalieri <=