Hi,
I am using client certificate verification with the redirect option, so that the connection gets transferred to a separate socket in case the certificate is not accepted (rather than dropping the connection). This works well, unless I add the option “protocol = proxy” in order to get the client’s TCP params passed on. In this case, the redirect option seems to be ignored.
Are the “redirect” and “protocol = proxy” options incompatible with one another? Is there an alternative?
Thanks, Rob
I see that this was fixed in the latest release (5.60):
Fixed 'redirect' with 'protocol'. This combination is not supported by 'smtp', 'pop3' and 'imap' protocols.
I've tested this, and can confirm that the combination of "redirect" with "protocol = proxy" now works.
Thanks, Rob