Forum Discussion
Send Client authentication cert to server
Hi,
You can use Proxy SSL feature functionnality:
https://support.f5.com/csp/article/K13385
You have to keep in mind the following point:
Proxy SSL supports only the RSA key exchange. For proper functioning, the client and server must not negotiate key exchanges or cipher suites that Proxy SSL does not support, such as the Diffie-Hellman (DH) and Ephemeral Diffie-Hellman (DHE) key exchanges, and the Elliptic Curve Cryptography (ECC) cipher suite. To avoid this issue, you can either configure the client so that the ClientHello packet does not include DH, DHE, or ECC; or configure the server to not accept DH, DHE, or ECC. Proxy SSL supports only the NULL compression method.
so you can not use all the ciphers that you want. you have restrictions and you have to decrease your security to implement this kind of architecture.
I propose the following points:
- SSL Client Certificate Constrained Delegation feature (see Dave's commentary)
- change backend server authentication (cert to kerberos ...).
you lose a lot of flexibility in making proxy ssl.
keep me in touch if you need more details.
regards
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com