RE: Haproxy Fontend:80 Backend:443

2014-10-27 Thread Lukas Tribus
> I check service with: > curl --insecure -E test.pem https://10.0.0.1:8550/serviceA/myapp?wsdl // Work > Ok > curl --insecure www.example.com/service1/myapp?wsdl // Fail > curl --insecure -E test.pem www.example.com/service1/myapp?wsdl // Fail > > In haproxy how repalce the SSLProxyMachineCertif

RE: Haproxy Fontend:80 Backend:443

2014-10-27 Thread npel...@unr.edu.ar
test.pem www.example.com/service1/myapp?wsdl // Fail In haproxy how repalce the SSLProxyMachineCertificateFile? Regards, Nico. ---Mensaje original--- De: Lukas Tribus Fecha: 10/27/14 15:27:54 Para: npel...@unr.edu.ar; haproxy@formilux.org Asunto: RE: Haproxy Fontend:80 Backend:443 Hi

RE: Haproxy Fontend:80 Backend:443

2014-10-27 Thread Lukas Tribus
Hi, > backend test_a >option httpchk >http-request set-header Host 10.0.0.1 >reqrep ^([^\ ]*)\ /service1(.*) \1\ /serviceA\2 >rspirep ^(Location:)\ https://([^/]*)/(.*)$\1\ > http://\2/service1/\3 >server one 10.0.0.1:8550 > > The problem: The

Haproxy Fontend:80 Backend:443

2014-10-27 Thread npel...@unr.edu.ar
I need help to configure haproxy to do simple task in Apache: # Cert is selfsigned SSLProxyMachineCertificateFile /home/ubuntu/generic_cert.pem Proxypass "https://10.0.0.1:8550/serviceA/"; ProxyPassReverse "https://10.0.0.1:8550/serviceA/"; # I try: ## frontend http