You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing an ACC conversion from bigip->AS3, if the certificate profile name has TLS1.0 in the name, it does not convert to AS3 (the declaration is missing from the VIP)
Environment
Summary
When doing an ACC conversion from bigip->AS3, if the certificate profile name has TLS1.0 in the name, it does not convert to AS3 (the declaration is missing from the VIP)
Steps To Reproduce
Steps to reproduce the behavior:
No errors are present on the console (this was run through vscode)
Expected Behavior
I expect the SSL profile to attached to the VIP in the AS3 json file.
Actual Behavior
The SSL profile line is missing
Notes
Tested by renaming TLS1.0 to TLS10 and the conversion succeeds, the . in the 1.0 appears to be causing an issue in conversion
The text was updated successfully, but these errors were encountered: