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

Commit f006006

Browse files
committed
fix(tls-check): update urls for TLS 1.2 check
1 parent 0a05528 commit f006006

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

bin/ctp-tlscheck.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
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',
13-
'api.sphere.io',
9+
'auth.commercetools.com',
10+
'api.commercetools.com',
11+
'auth.commercetools.co',
1412
'api.commercetools.co',
13+
'api.sphere.io',
1514
];
1615

1716
public function allowedCiphers()

0 commit comments

Comments
 (0)