Does BlueXP connector support multi-tiered proxy servers?
Applies to
BlueXP Connector
Answer
Not particularly tested or supported. However, multi-tiered proxy works if proxy servers forward message without changing original message includes certificate.
Additional Information
With Squid, following parameters in /etc/squid/squid.conf works well.
never_direct allow all
acl NOCACHE src all
cache deny all
cache_peer <next tier proxy server IP> parent <next tier proxy server port> 0 no-query
