[GH-ISSUE #62] Is it possible to support HTTPs ? #40

Closed
opened 2026-02-25 23:33:19 +03:00 by kerem · 1 comment
Owner

Originally created by @maplebeats on GitHub (Mar 8, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/62

看了一下源码用的标准http库,可以在serve里增加https支持,会不会更好些


I looked at the source code and it seems shiori is using standard http server. I think it will be better if you can add https support in the serve.

Originally created by @maplebeats on GitHub (Mar 8, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/62 看了一下源码用的标准http库,可以在serve里增加https支持,会不会更好些 --- I looked at the source code and it seems `shiori` is using standard http server. I think it will be better if you can add https support in the `serve`.
kerem closed this issue 2026-02-25 23:33:19 +03:00
Author
Owner

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

I don't think shiori need to support HTTPs. The reasons are :

  • I think most of the time shiori is only used as cli or in localhost, which doesn't need HTTPs.
  • If used in server, shiori can be used behind another web server like caddy (which already provide HTTPs by default) or nginx.
<!-- gh-comment-id:371477857 --> @RadhiFadlillah commented on GitHub (Mar 8, 2018): I don't think `shiori` need to support HTTPs. The reasons are : - I think most of the time `shiori` is only used as cli or in localhost, which doesn't need HTTPs. - If used in server, `shiori` can be used behind another web server like `caddy` (which already provide HTTPs by default) or `nginx`.
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#40
No description provided.