You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: