clientssl sni ansible rest api
1 Topiclimit to number of clientssl profiles
A colleague asks: We are channeling multiple applications through a single virtual server, and are using SNI to make it all work. Today, we are at 1 base client ssl profile and 57 SNI profiles, and I’m trying to add one more. I can make this add happen immediately in the GUI, but it took just over 20 minutes via Ansible REST call. It used to take 6 minutes when there were about half as many profiles, so I’m guessing the REST call attempts a large transactional lock and the required time is going to expand exponentially. Is the REST API up to this kind of task? Is there a better way? Thanks. --Kevin O'NeilSolved1.2KViews0likes3Comments