Hi Everyone,
I am working with on-premise server for years with APEX, ORDS and TomCat
I now have a customer who provide us a VM in the cloud AWS
I installed XE 21, APEX 24.1, ORDS 24.1 and TomCat9 on this VM as we do usually on our servers
Installation completed without error
However when trying to access the url :
http://xxx.xxx.xxx.xxx:8080/ords/ from the AWS VM I got the error :

I tried to follow Oracle doc id 2961732.1
a. Add ssl_server_dn_match=false at sqlnet.ora
b. Add (security=(ssl_server_dn_match=no)) at existing connect string at tnsnames.ora.
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<IP address>)(PORT=<port>))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME= <service_name>))(security=(ssl_server_dn_match=no)))
c. add “-Doracle.net.ssl_server_dn_match=false” in tomcat properties → Java Options
But nothing worked I still get the same error
Where do you think it can come from?
Please help me
Thanks
Best regards,