[GH-ISSUE #20] HTTPS only site #19

Closed
opened 2026-02-26 01:34:56 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Nov 12, 2013).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/20

Discovered OpenNote this morning , thanks for creating this!
I am hosting OpenNote on a HTTPS only Apache server using a self-signed certificate.
When I visit https://domain.tld/opennote/ I am redirected to http://domain.tld/opennote/modules/login/ which fails.
If I edit the URL from http to https it works and I can create a user and login.
HTH

Originally created by @ghost on GitHub (Nov 12, 2013). Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/20 Discovered OpenNote this morning , thanks for creating this! I am hosting OpenNote on a HTTPS only Apache server using a self-signed certificate. When I visit https://domain.tld/opennote/ I am redirected to http://domain.tld/opennote/modules/login/ which fails. If I edit the URL from http to https it works and I can create a user and login. HTH
kerem 2026-02-26 01:34:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@JLiscom commented on GitHub (Nov 12, 2013):

https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/modules/login/Authenticater.php#L142

I check to see if the site supports https and use it if possible.
Do you use https on port 443?

If you want to force https just always return https://

<!-- gh-comment-id:28292970 --> @JLiscom commented on GitHub (Nov 12, 2013): https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/modules/login/Authenticater.php#L142 I check to see if the site supports https and use it if possible. Do you use https on port 443? If you want to force https just always return https://
Author
Owner

@JLiscom commented on GitHub (Nov 17, 2013):

support in 13.11.6. can set in the config file

<!-- gh-comment-id:28641855 --> @JLiscom commented on GitHub (Nov 17, 2013): support in 13.11.6. can set in the config file
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/OpenNote-JLiscom#19
No description provided.