Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One of the endpoint for www.testvantivcnp.com has wrong SSL certificate #3

Open
rajeshfintech opened this issue Jun 29, 2021 · 0 comments

Comments

@rajeshfintech
Copy link

rajeshfintech commented Jun 29, 2021

Hi,

Not sure this is the right forum to raise this. We are using https://www.testvantivcnp.com for testing sandbox as listed in documentation (https://vantiv.github.io/cbk-sandbox/ )
www.testvantivcnp.com resolves to IPs 70.35.202.43 and 96.126.97.71.
70.35.202.43 has an invalid certificate due to which it throw an SSL error whenever the DNS resolves to the IP . The invalid cert is with CN = miitube.com

Can you please report this error and get it fixed, or let me know the right point of contact.

Here is the test run.

dig www.testvantivcnp.com

; <<>> DiG 9.10.6 <<>> www.testvantivcnp.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11328
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.testvantivcnp.com.		IN	A

;; ANSWER SECTION:
www.testvantivcnp.com.	60	IN	A	70.35.202.43

;; Query time: 93 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Jun 28 19:44:56 PDT 2021
;; MSG SIZE  rcvd: 55
dig www.testvantivcnp.com

; <<>> DiG 9.10.6 <<>> www.testvantivcnp.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1468
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.testvantivcnp.com.		IN	A

;; ANSWER SECTION:
www.testvantivcnp.com.	86400	IN	A	96.126.97.71

;; Query time: 76 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Jun 28 19:44:59 PDT 2021
;; MSG SIZE  rcvd: 55
openssl s_client -showcerts -servername www.testvantivcnp.com -connect 70.35.202.43:443
CONNECTED(00000003)
depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = miitube.com
verify return:1
 openssl s_client -showcerts -servername www.testvantivcnp.com -connect 96.126.97.71:443
CONNECTED(00000003)
depth=3 C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = "(c) 2006 Entrust, Inc.", CN = Entrust Root Certification Authority
verify return:1
depth=2 C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2009 Entrust, Inc. - for authorized use only", CN = Entrust Root Certification Authority - G2
verify return:1
depth=1 C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2012 Entrust, Inc. - for authorized use only", CN = Entrust Certification Authority - L1K
verify return:1
depth=0 C = US, ST = Ohio, L = Symmes TWP, O = "Worldpay, Inc", CN = www.testvantivcnp.com
verify return:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant