Skip to content
Discussion options

You must be logged in to vote

Here is the current config I'm working with, fully proxied. Only posting screen captures of settings that have been changed:

frontend https_shared-merged
bind 0.0.0.0:443 name 0.0.0.0:443 ssl crt-list /var/etc/haproxy/https_shared.crt_list
mode http
log global
option socket-stats
option dontlognull
option http-server-close
option forwardfor
acl https ssl_fc
http-request set-header X-Forwarded-Proto http if !https
http-request set-header X-Forwarded-Proto https if https
timeout client 30000
acl aclcrt_https_shared var(txn.txnhost) -m reg -i ^([^\.]*).example.com(:([0-9]){1,5})?$
acl rmm var(txn.txnhost) -m str -i rmm.example.com
acl api var(txn.txnhost) -m str -i api.example.com
acl api422…

Replies: 24 comments 20 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dinger1986
Comment options

Comment options

You must be logged in to vote
2 replies
@dinger1986
Comment options

@ninjamonkey198206
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dinger1986
Comment options

Comment options

You must be logged in to vote
1 reply
@dinger1986
Comment options

Comment options

You must be logged in to vote
1 reply
@ninjamonkey198206
Comment options

Comment options

You must be logged in to vote
10 replies
@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

Answer selected by ninjamonkey198206
Comment options

You must be logged in to vote
4 replies
@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

@ninjamonkey198206
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #752 on October 09, 2021 20:16.