@wilnzi wrote:
Hi,
I’m want to configure SSL Termination with version 1.6.
I have the error but i don’t know where.
I don’t know where can i see the log.Thanks in advance.
My configuration file is :
frontend www-http
bind *:80
mode http
option httpclose
option forwardforacl localACL hdr_dom(host) -i localhost use_backend mytravelBackend if localACL default_backend defaultBackendServer
frontend www-https
bind *:21 ssl crt /etc/ssl/certs/certificate.pem
mode https
option httpclose
option forwardforacl localACL hdr_dom(host) -i localhost use_backend localBackend if localACL default_backend defaultBackendServer
backend defaultBackendServer
mode http
balance source
server SRV-WEB-1 192.168.2.13:80 check
server SRV-WEB-2 192.168.2.14:80 checkbackend localBackend
mode http
balance source
acl no_redir url_beg /new/new
reqirep ^([^\ :])\ /(.) \1\ /new/new\2 if !no_redir
server SRV-WEB-1 192.168.2.13:80 check
server SRV-WEB-2 192.168.2.14:80 check
Posts: 2
Participants: 2