Closed BarryHaines closed 2 years ago
Jira for PM tracking Charon-623
Could you provide UCS file here for test. Because having only VS is not enough to understand the issue.
And absent of other configs making that vs invalid:
2022-03-21 09:27:30 WARN UNRECOGNIZED LINE: 2022-03-21 09:27:30 WARN Invalid reference dropped: /Common/pr_clissl_test01 2022-03-21 09:27:30 ERROR Error converting: ltm virtual /Common/vs_as3mig_443 2022-03-21 09:27:30 INFO 1 BIG-IP objects detected total 2022-03-21 09:27:30 INFO 1 BIG-IP objects recognized by AS3 2022-03-21 09:27:30 INFO 1 BIG-IP objects supported by ACC 2022-03-21 09:27:30 INFO 0 AS3 stanzas generated
@BarryHaines please could you provide UCS file here for test. My contact email is m.dittmer@f5.com
I got ucs file. Working with it
Fixed in 1.20
Environment
Summary
When using the filter --form "vsName=virtualserver" in the curl command on a Virtual server that has a ClientSSL profile the ServiceHTTPS has the serverTLS property missing but the serverTLS profile is included in the AS3 declaration even if it isn't referenced after the conversion. If I don't use the vsName filter and convert all the UCS file the virtual server that are converted to servicehttps have the serverTLS property.
Steps To Reproduce
Steps to reproduce the behavior:
Use the command: curl localhost:8080/converter -X POST --form "ucs=@backup_as3_convert.ucs" --form "output=output.json" --form "vsName=/Common/Shared/vs_as3mig_443" --form "verbose=true" |jq >output.json
Expected Behavior
If you run the same RESTAPI call without the vsName form you will get the following output for the same virtual server: "vs_as3mig_443": { "layer4": "tcp", "persistenceMethods": [ "cookie" ], "pool": "pl_as3mig_443", "translateServerAddress": true, "translateServerPort": true, "class": "Service_HTTPS", "profileHTTP": { "bigip": "/Common/http" }, "serverTLS": "/Common/Shared/pr_clissl_test01", "clientTLS": { "bigip": "/Common/serverssl" }, "profileTCP": { "bigip": "/Common/tcp" }, "redirect80": false, "virtualAddresses": [ "10.1.0.50" ], "snat": "auto" },