Ssl client cert by request

Hi,

I have a use case where I need to go through a sequence of requests to complete a flow.

The first few of those requests are authenticated by mutual auth and require me to send a client cert. I have that working successfully through setting the keystore in the run command however the next few requests are an open url for which i should not send the client cert and I am currently getting an ssl cert validation error on those calls.

Is there any way to setup the configuration to send a client cert for only requests to certain urls/domains/patterns.

Thanks in advance