mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 10:15:52 +03:00
[GH-ISSUE #15] Support for HTTPS #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#10
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 @ardavis on GitHub (Jun 19, 2013).
Original GitHub issue: https://github.com/mthenw/frontail/issues/15
Originally assigned to: @mthenw on GitHub.
Can we get HTTPS support for this? I think it's a great web application and we'd like to use it here at NASA, but we can only use it if it allows HTTPS.
@mthenw commented on GitHub (Jun 19, 2013):
Wow :) Not every day someone from NASA opens issue on your project on github :) I will add this feature today or tomorrow morning.
@ardavis commented on GitHub (Jun 19, 2013):
I started a version that seems to work, it allows me to a pass in a key.pem and a cert.pem and then starts an HTTPS server instead of an HTTP server. I'll try to submit it as a pull request tomorrow morning and you can fix it up if needed :)
@mthenw commented on GitHub (Jun 19, 2013):
Ok, great, so I'm waiting for your PR.
@ardavis commented on GitHub (Jun 19, 2013):
Yep :)
On Wed, Jun 19, 2013 at 5:04 PM, Maciej Winnicki
notifications@github.comwrote:
@mkonecny commented on GitHub (Nov 25, 2014):
Why not let a reverse-proxy such as
nginxhandle the SSL, and just forward plain requests to this project afterwards?@mthenw commented on GitHub (Nov 25, 2014):
@mkonecny, for sure this is one of the options but frontail already handles https.