Login  Register

Re: 1530 ORA-24263: Certificate of the remote server does not match the target address

Posted by ErmanArslansOracleBlog on May 25, 2023; 7:23am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/1530-ORA-24263-Certificate-of-the-remote-server-does-not-match-the-target-address-tp11914p11917.html

Your certificate (which is inside that wallet) is wrong.. Certificate is issued for a hostname, but you are trying to use it for reaching an host, which has another hostname.. Or it may be the case where the common name (CN) attribute of  the certificate does not match the requested connection or URL. So you may correct your certificate if there is a problem with that..
But! there is also a fact : " As of Oracle 12.2 the procedures of the utl_http package used to access remote webservices have a new parameter called https_host. One has to use this new parameter to avoid the error"
If you are all god with the certificate, then there this may be the reason.. See ->
See -> UTL_HTTP / UTL_SMTP Request Fail With ORA-24263 On A 12.2 Database (Doc ID 2275666.1)