Hi Raghu,
Manually updating the certificate solved the issue for me. But i posted the issue in support because, this issue should not be occurring in the first place.
Here are the commands to do it.
openssl x509 -outform der -in httpd.crt -out httpd.der
/opt/amazon-corretto-11.0.13.8.1-linux-x64/bin/keytool -delete -alias test.com.au_httpd -keystore /opt/amazon-corretto-11.0.13.8.1-linux-x64/jre/lib/security/cacerts -storepass changeit
/opt/amazon-corretto-11.0.13.8.1-linux-x64/bin/keytool -importcert -file httpd.der -keystore /opt/amazon-corretto-11.0.13.8.1-linux-x64/jre/lib/security/cacerts -alias dev-test.com.au_httpd -storepass changeit
Pls let me now if this solves the issue.
Cheers