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
BIG-IP Version: BIG-IP 17.1.1.3 Build 0.0.5 Point Release 3
Deploying through BIG-IQ to my F5 BIG-IP
Summary
It looks like when using AS3 declaration with chainCa : "MyIntermediateCertificate", it's giving issue with invalid x509 file.
And it's complaining about another Certificate-bundle.crt, that could be the one by default in F5 BIG-IP (but no the one that I uploaded previously, my current certificate is signed by an official CA (I also tried with other one : VerySign.... same issue)
If I remove the chainCa, AS3 deployment working properly.
pwd
/config/ssl/ssl.crt
ls -lh
total 3.5M
-rw-r--r--. 1 root root 3.5M Mar 21 2024 ca-bundle.crt
-rw-r--r--. 1 root root 1.4K Aug 20 12:41 default.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtca-bundle.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtca.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtdi.crt
-rw-r--r--. 1 root root 2.0K Oct 28 11:21 f5_api_com.crt
-rw-r--r--. 1 root root 2.2K Mar 21 2024 f5-ca-bundle.crt
-rw-r--r--. 1 root root 1.7K Mar 21 2024 f5-irule.crt
When doing same stuff through the F5 BIG-IP GUI, working properly.
"as3_response": {
"content": "{\"code\":422,\"message\":\"**status:422**, body:{\\\"results\\\":[{\\\"message\\\":\\\"Failed to send declaration: /declare failed with status of 422, ****declaration failed 01070712:3: unable to validate certificate, invalid x509 file**** (/Automation/APP_TEST_1.2.12.140_446/Certificate-bundle.crt)
Expected Behavior
It should deploy AS3 declaration with TLS client profile including chainCA as requested.
Actual Behavior
422 due to invalid x509 file
The text was updated successfully, but these errors were encountered:
Dear people,
Environment
Summary
It looks like when using AS3 declaration with chainCa : "MyIntermediateCertificate", it's giving issue with invalid x509 file.
And it's complaining about another Certificate-bundle.crt, that could be the one by default in F5 BIG-IP (but no the one that I uploaded previously, my current certificate is signed by an official CA (I also tried with other one : VerySign.... same issue)
If I remove the chainCa, AS3 deployment working properly.
pwd
/config/ssl/ssl.crt
ls -lh
total 3.5M
-rw-r--r--. 1 root root 3.5M Mar 21 2024 ca-bundle.crt
-rw-r--r--. 1 root root 1.4K Aug 20 12:41 default.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtca-bundle.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtca.crt
-rw-------. 1 root root 1.3K Aug 26 17:47 dtdi.crt
-rw-r--r--. 1 root root 2.0K Oct 28 11:21 f5_api_com.crt
-rw-r--r--. 1 root root 2.2K Mar 21 2024 f5-ca-bundle.crt
-rw-r--r--. 1 root root 1.7K Mar 21 2024 f5-irule.crt
When doing same stuff through the F5 BIG-IP GUI, working properly.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
It should deploy AS3 declaration with TLS client profile including chainCA as requested.
Actual Behavior
422 due to invalid x509 file
The text was updated successfully, but these errors were encountered: