Thank you for reaching out.
This error message indicates that there is an issue with the SSL certificate that you are trying to upload to your Application Gateway. Specifically, it seems that the certificate data is missing.
It will help if you could validate following details:
- The certificate provided to the Application Gateway must be in Personal Information Exchange (PFX) format, which contains both the private and public keys. The supported PFX algorithms are listed at PFXImportCertStore function.
- The certificate on the listener requires the entire certificate chain to be uploaded (the root certificate from the CA, the intermediates and the leaf certificate) to establish the chain of trust.
These requirements are currently documented here.
If above steps do not help in getting rid of the issue and not already tried, you can try uploading the certificate via PowerShell and see if that helps in getting rid of the issue.
Please let us know if you need any help.