Cert-Based Authentication to the Configuration Utility While Connected to an APM VPN
I have a VPN with an access policy attached to it, and it is working great. I also set up cert-based authentication to the Configuration Utility, which works great as well. However, I would like the Utility to work while connected to the VPN and also using cert-based authentication, and this is where I'm struggling. I followed this guide to set up a Virtual Server to access the Utility while connected to the VPN:
https://devcentral.f5.com/s/question/0D51T00006i7dcF/cant-access-to-management-interface-after-vpn-using-apm-established
It works great when I am using LDAPS authentication with my AD domain (un/pw). However, I'm having trouble getting this to work with cert-based authentication. I assume it is an issue with my server/client SSL profiles and am wondering if anyone is familiar with the right setup to get this to work?
unfortunately that is not possible, with SSL config like that (client and server side ssl profile) the client cert wont get further then the client side profile.
you could try without the SSL profiles and see if it then works, but probably not.
another way would be to put the client cert on the server side profile, but that kinda defeats your client certificate authentication.
proxy SSL might be an option, but you need to disable quite some ciphers
https://support.f5.com/csp/article/K13385
using a hop server is another possibility.