Hi,

On 08.12.2013 21:34, Igor wrote:
> Hi, it may like stunnel's client mode.
>
> In haproxy, we may get like this to terminate SSL server to HTTP server.
>
> listen http
>  bind: 80
>  mode ssl-client
>  use-server sslsrv 127.0.0.1:443
I think this should work
--
listen http :80
  mode http
  server sslsrv 127.0.0.1:443 ssl
--

As Lukas mentioned haproxy-devel has a builtin for client ssl mode.

cheers
thomas
> Bests,
> -Igor
>
>
> On Mon, Dec 9, 2013 at 4:25 AM, Lukas Tribus <[email protected]> wrote:
>> Hi Igor,
>>
>>> For testing and bench purpose, client mode like stud[1] would be
>>> useful, any plan to implement this feature?
>> Not sure what that means, can you elaborate on the use case?
>>
>> SSL encrypted backend connections are already supported.
>>
>>
>> Regards,
>> Lukas
>


-- 
Thomas Heil
-
! note my new number !
Skype: phiber.sun
Email: [email protected]
Tel:   0176 / 44555622
--


Reply via email to