Le 02/09/2013 15:07, Lukas Tribus a écrit :
Hi!

Hi !
I follow this excellent guide (thanks to Baptiste ) but I have an issue.
When I try to get the certificate on the 5061 port, I can't get it
throught HAproxy.
openssl s_client -connect 10.250.0.80:5061
CONNECTED(00000003)
139851101718160:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:177:
Looks like 5061 is a plaintext port? Did you configure the bind line with
the ssl keyword and the appropriate certificate?

Here is the configuration  :

frontend fe_edge_pool_external_access
        timeout client 30m
        mode tcp
        bind 10.250.0.80:443 name https
        bind 10.250.0.80:5061 name sip
        default_backend bk_edge_pool_external_access

Does HAproxy  pass TCP connection directly to backend ?

Lukas                                   
Kevin C

Reply via email to