Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 5bdc493

Browse files
committed
test(TLS): fix TLS check
1 parent cd6e7d4 commit 5bdc493

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/ctp-tlscheck.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
class Tls12Checker
55
{
6-
const API_URI = 'api-tls12.commercetools.com';
6+
const API_URI = 'api.commercetools.com';
77

88
const URIS = [
9-
'auth-tls12.commercetools.com',
10-
'api-tls12.commercetools.com',
11-
'auth-tls12.commercetools.co',
12-
'api-tls12.commercetools.co',
9+
'auth.commercetools.com',
10+
'api.commercetools.com',
11+
'auth.commercetools.co',
12+
'api.commercetools.co',
1313
'api.sphere.io',
1414
'api.commercetools.co',
1515
];

0 commit comments

Comments
 (0)