[GH-ISSUE #14] Bookmark adding failed on https site with valid cert #8

Closed
opened 2026-02-25 23:33:14 +03:00 by kerem · 2 comments
Owner

Originally created by @heliostatic on GitHub (Mar 2, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/14

I tried adding "https://eco.com" and got this error:
Failed to fetch article from internet: Get https://eco.com: x509: certificate signed by unknown authority

Here is the cert chain on the site:
image

Originally created by @heliostatic on GitHub (Mar 2, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/14 I tried adding "https://eco.com" and got this error: `Failed to fetch article from internet: Get https://eco.com: x509: certificate signed by unknown authority` Here is the cert chain on the site: ![image](https://user-images.githubusercontent.com/70898/36878296-42047d9e-1d8c-11e8-8505-3407dab1aecb.png)
kerem closed this issue 2026-02-25 23:33:14 +03:00
Author
Owner

@heliostatic commented on GitHub (Mar 2, 2018):

Looks like this originates in: https://golang.org/src/crypto/x509/verify.go#L141
And is referenced here: https://github.com/golang/go/issues/9586 and https://github.com/golang/go/issues/24147

It does look like there's something weird with the SSL cert on this site:

$ curl -kv https://eco.com
* Rebuilt URL to: https://eco.com/
*   Trying 50.16.250.54...
* TCP_NODELAY set
* Connected to eco.com (50.16.250.54) port 443 (#0)
* WARNING: disabling hostname validation also disables SNI.
* Unknown SSL protocol error in connection to eco.com:-9838
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to eco.com:-9838
<!-- gh-comment-id:370003606 --> @heliostatic commented on GitHub (Mar 2, 2018): Looks like this originates in: https://golang.org/src/crypto/x509/verify.go#L141 And is referenced here: https://github.com/golang/go/issues/9586 and https://github.com/golang/go/issues/24147 It does look like there's something weird with the SSL cert on this site: ``` $ curl -kv https://eco.com * Rebuilt URL to: https://eco.com/ * Trying 50.16.250.54... * TCP_NODELAY set * Connected to eco.com (50.16.250.54) port 443 (#0) * WARNING: disabling hostname validation also disables SNI. * Unknown SSL protocol error in connection to eco.com:-9838 * Closing connection 0 curl: (35) Unknown SSL protocol error in connection to eco.com:-9838 ```
Author
Owner

@RadhiFadlillah commented on GitHub (Mar 5, 2018):

shiori uses go-readability to fetch and parse the webpage, so I moved this issue to RadhiFadlillah/go-readability#4

<!-- gh-comment-id:370367179 --> @RadhiFadlillah commented on GitHub (Mar 5, 2018): `shiori` uses `go-readability` to fetch and parse the webpage, so I moved this issue to RadhiFadlillah/go-readability#4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#8
No description provided.