View Issue Details

IDProjectCategoryView StatusLast Update
0017034ScribusWebsitepublic2023-10-23 19:51
Reporterryandesign Assigned Toltning  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0017034: SSL certificate does not have a subject alternative name for scribus.net
DescriptionThis works:

% curl -IL http://www.scribus.net
HTTP/1.1 301 Moved Permanently
Date: Sun, 22 Oct 2023 21:22:37 GMT
Server: Apache/2.4.57 (FreeBSD) OpenSSL/1.1.1t-freebsd PHP/8.1.19
Location: https://www.scribus.net/
Content-Length: 232
Content-Type: text/html; charset=iso-8859-1
X-Varnish: 5749294
Age: 0
Via: 1.1 varnish-v4
Connection: keep-alive

HTTP/1.1 200 OK
Date: Sun, 22 Oct 2023 21:22:38 GMT
Server: Apache/2.4.57 (FreeBSD) OpenSSL/1.1.1t-freebsd PHP/8.1.19
X-Powered-By: PHP/8.1.19
X-UA-Compatible: IE=edge
Link: <https://www.scribus.net/wp-json/>; rel="https://api.w.org/"
Link: <https://www.scribus.net/wp-json/wp/v2/pages/3554>; rel="alternate"; type="application/json"
Link: <https://www.scribus.net/>; rel=shortlink
Content-Type: text/html; charset=UTF-8

This doesn't work but should:

% curl -IL http://scribus.net
HTTP/1.1 301 Moved Permanently
Date: Sun, 22 Oct 2023 21:21:49 GMT
Server: Apache/2.4.57 (FreeBSD) OpenSSL/1.1.1t-freebsd PHP/8.1.19
Location: https://scribus.net/
Content-Length: 228
Content-Type: text/html; charset=iso-8859-1
X-Varnish: 5749314 5866375
Age: 89
Via: 1.1 varnish-v4
Connection: keep-alive

curl: (60) SSL: no alternative certificate subject name matches target host name 'scribus.net'
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-10-22 21:24 ryandesign New Issue
2023-10-23 19:51 cbradney Assigned To => ltning
2023-10-23 19:51 cbradney Status new => assigned