When trying to connect with oss.sonatype.org the cert with CN psi2-andromeda.data.guidewire.net is used, why?

I am new to sonatype repo but I am facing one issue while building projects using MVN which is this

Could not transfer artifact com.github.vaibhav-sinha:kong-java-client:pom:0.1.3-SNAPSHOT from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): Certificate for <oss.sonatype.org> doesn't match any of the subject alternative names: [psi2-andromeda.data.guidewire.net, *.psi2-andromeda.data.guidewire.net]

and when I try to run the command
openssl s_client -showcerts -connect oss.sonatype.org:443 </dev/null

It return a cert with

Server certificate
subject=/CN=psi2-andromeda.data.guidewire.net
issuer=/C=US/O=Amazon/CN=Amazon RSA 2048 M02

whereas it should return

Server certificate
subject=/CN=oss.sonatype.org
issuer=/C=US/O=Amazon/CN=Amazon RSA 2048 M01

does anyone have idea about why this might be happening and what can I do to correct this ?