[ET Trac] #2536: Certificate for https://cactuscode.org is not trusted

Roland Haas trac-noreply at einsteintoolkit.org
Thu Jun 3 12:58:02 CDT 2021


#2536: Certificate for https://cactuscode.org is not trusted

 Reporter: Erik Schnetter
   Status: open
Milestone: 
  Version: development version
     Type: bug
 Priority: major
Component: Cactus website

Comment (by Roland Haas):

Right now with https the certificates do not match eg one gets:

```
$ curl -I --resolve cactuscode.org:443:185.199.108.153 https://cactuscode.org/
curl: (60) SSL: no alternative certificate subject name matches target host name 'cactuscode.org'
```

while with www \(for which a CNAME entry exists\) it works fine:

```
curl -I --resolve www.cactuscode.org:443:185.199.108.153 https://www.cactuscode.org/
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Thu, 03 Jun 2021 17:52:12 GMT
access-control-allow-origin: *
etag: "60b916cc-162d"
expires: Thu, 03 Jun 2021 18:07:53 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: B928:072C:1DF684:3BFC8C:60B91821
accept-ranges: bytes
date: Thu, 03 Jun 2021 17:58:04 GMT
via: 1.1 varnish
age: 11
x-served-by: cache-pwk4948-PWK
x-cache: HIT
x-cache-hits: 1
x-timer: S1622743085.638120,VS0,VE1
vary: Accept-Encoding
x-fastly-request-id: 2995efdb1d35c95f3fd3b967d71a0fb3d980e170
content-length: 5677
```

‌

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2536/certificate-for-https-cactuscodeorg-is-not
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20210603/53e1aeaa/attachment.html 


More information about the Trac mailing list