mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #20] HTTPS only site #19
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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://
@JLiscom commented on GitHub (Nov 17, 2013):
support in 13.11.6. can set in the config file