ssl debugging

Bill Moseley moseley at hank.org
Wed Apr 2 22:52:23 UTC 2008


On Wed, Apr 02, 2008 at 03:45:43PM -0700, Brad Fitzpatrick wrote:
> 
> 
> That is correct:  SSL only works for proxying, not for serving.
>
> The problem is the web_server role proceeds to do a sendfile() right to the
> raw socket, sending unencrypted data right onto the already-SSL-connected
> socket, corrupting the stream.
> 
> Somebody should fix that.  :-)  At least make it a config error to try that.

And un-document it. ;)

http://search.cpan.org/src/BRADFITZ/Perlbal-1.70/conf/ssl.conf





-- 
Bill Moseley
moseley at hank.org



More information about the perlbal mailing list