<html>#2536: Certificate for https://cactuscode.org is not trusted
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Erik Schnetter</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus website</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Right now with https the certificates do not match eg one gets:</p>
<div class="codehilite"><pre><span></span>$ curl -I --resolve cactuscode.org:443:185.199.108.153 https://cactuscode.org/
curl: <span class="o">(</span><span class="m">60</span><span class="o">)</span> SSL: no alternative certificate subject name matches target host name <span class="s1">&#39;cactuscode.org&#39;</span>
</pre></div>

<p>while with www (for which a CNAME entry exists) it works fine:</p>
<div class="codehilite"><pre><span></span><span>curl -I --resolve www.cactuscode.org:443:185.199.108.153 https://www.cactuscode.org/</span>
<span>HTTP/2 200</span>
<span class="c">server: GitHub.com</span>
<span class="nt">content-type:</span><span class="w"> </span><span class="nl">text</span><span class="dl">/</span><span class="nl">html</span>;<span class="w"> </span><span class="na">charset</span><span class="o">=</span><span class="s">utf-8</span><span class="w"></span>
<span class="c">last-modified: Thu, 03 Jun 2021 17:52:12 GMT</span>
<span class="c">access-control-allow-origin: *</span>
<span class="c">etag: &quot;60b916cc-162d&quot;</span>
<span class="c">expires: Thu, 03 Jun 2021 18:07:53 GMT</span>
<span class="c">cache-control: max-age=600</span>
<span class="c">x-proxy-cache: MISS</span>
<span class="c">x-github-request-id: B928:072C:1DF684:3BFC8C:60B91821</span>
<span class="c">accept-ranges: bytes</span>
<span class="c">date: Thu, 03 Jun 2021 17:58:04 GMT</span>
<span class="c">via: 1.1 varnish</span>
<span class="c">age: 11</span>
<span class="c">x-served-by: cache-pwk4948-PWK</span>
<span class="c">x-cache: HIT</span>
<span class="c">x-cache-hits: 1</span>
<span class="c">x-timer: S1622743085.638120,VS0,VE1</span>
<span class="c">vary: Accept-Encoding</span>
<span class="c">x-fastly-request-id: 2995efdb1d35c95f3fd3b967d71a0fb3d980e170</span>
<span class="c">content-length: 5677</span>
</pre></div>

<p>‌</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2536/certificate-for-https-cactuscodeorg-is-not'>https://bitbucket.org/einsteintoolkit/tickets/issues/2536/certificate-for-https-cactuscodeorg-is-not</a></p>
</html>