Application Services Version: AS3.28, ACC 3.15 using Journeys 3.0.2
BIG-IP Version: 16.1
Summary
When I try to convert the following server-ssl profile to AS3 using ACC and deploy that AS3 declaration to a BIG-IP, I am getting the following error message:
Deployment stage 'Deploy AS3 declaration' failed with the exception: iControl REST error: code: 422, message: declaration is invalid, errors: ['/demo_t1/application_1/serverssl/trustCA/use: contains path to non-existent object none']
After manually removing ca-file none from the source big-ip.conf, things work fine.
Environment
Summary
When I try to convert the following server-ssl profile to AS3 using ACC and deploy that AS3 declaration to a BIG-IP, I am getting the following error message:
After manually removing
ca-file none
from the source big-ip.conf, things work fine.Steps To Reproduce
Steps to reproduce the behavior:
Convert following config:
ACC convert this serverssl profile as:
Observe the following error message when deploying the declaration to BIG-IP
Expected Behavior
ACC should not produce a AS3 declaration with
"use": "none"
.Actual Behavior
ACC produces an AS3 declaration that cannot be deployed on the BIG-IP.