Last Modified: Jun 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 16.1.5, 16.1.5.1, 16.1.5.2, 16.1.6
Opened: Aug 17, 2021 Severity: 4-Minor
On GUI, when you try to replace the clientssl profile on a virtual server that has DoH (DNS over HTTPS) server profile, the system presents an error similar to the following: An error has occurred while trying to process your request.
You are unable to change the clientssl profile on a virtual server using the GUI.
-- virtual server has doh-server profile and clientssl profile. -- try to replace a clientssl profile to other clientssl profile via GUI.
To replace clientssl profile, you can use TMSH. Here is an example of changing clientssl profile to "new_clientssl" clientssl profile. # tmsh modify ltm virtual doh_vs profiles replace-all-with { dns { context all } doh-server { context all } http { context all } http2 { context clientside } tcp { context clientside } udp { context serverside } new_clientssl { context clientside } }
None