On 18 July 2013 13:25, Kieran Reynolds <[email protected]> wrote:
> Hello..
>
> I have the following configuration:
>
>
> Internet -> Pound -> Varnish -> Apache(Drupal).
>
> My intention is to us Varnish to cache, and loadbalance across a number of 
> webheads for requests that cannot be cached.
>
> The reason for putting Pound on the outside edge, is to be the SSL terminator.
>
> The problem I have run into, using either Pound 2.5.1 or 2.6.2 (From stock 
> Debian repositories) is that whist I can get the configuration to work, and 
> importantly, speed up page access (cached pages) on port 80, and have tested 
> this using apachebench, ab, the configuration of 443/SSL isn't going quite so 
> well.
>
> I have set this up as follows
>
> Pound (listen externalip:443) -> HTTP -> Varnish (127.0.0.1:8880) -> HTTP -> 
> Apache (127.0.0.20:80)
>
> When I run ab against the external interface, with the FQDN of the site, I 
> get SSL Read Error, Connection Closed, but I can't figure out why.
[...]

Have you tried running ab with "-v 2"? That will dump out additional
SSL info, which might help you track it down.

Also, make sure you are running a contemporary version of ab, support
for SSL in old versions was a little suspect.

Regards,
 Conor.

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to