[PR #16] [CLOSED] Add HTTPS Support #173

Closed
opened 2026-03-03 16:05:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/16
Author: @ardavis
Created: 6/20/2013
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 5b0a77f Add ability to pass in a key.pem and cert.pem to start an HTTPS server
  • 3bc39eb Add ability to pass in a key.pem and cert.pem to start an HTTPS server
  • 19d9ff3 Merge with upstream master to get updated options / README. Also update the README to reflect HTTPS
  • 4b9af6e Add ability to pass in a key.pem and cert.pem to start an HTTPS server, update README

📊 Changes

2 files changed (+30 additions, -13 deletions)

View changed files

📝 README.md (+15 -12)
📝 lib/frontail.js (+15 -1)

📄 Description

This may fix https://github.com/mthenw/frontail/issues/15, I needed a way to start an HTTPS server so I simply added a way to pass in a path to a key.pem and a cert.pem file, if these are passed in, it will start an HTTPS server, otherwise it'll continue with an HTTP server.

I threw this together pretty quick, so feel free to modify as you see fit.

Thanks,

Andrew Davis
NASA - Kennedy Space Center


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mthenw/frontail/pull/16 **Author:** [@ardavis](https://github.com/ardavis) **Created:** 6/20/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`5b0a77f`](https://github.com/mthenw/frontail/commit/5b0a77f428ed1a6738b9d964d4d244351804f168) Add ability to pass in a key.pem and cert.pem to start an HTTPS server - [`3bc39eb`](https://github.com/mthenw/frontail/commit/3bc39ebc0680a32dcde5f184fa9660450c70792e) Add ability to pass in a key.pem and cert.pem to start an HTTPS server - [`19d9ff3`](https://github.com/mthenw/frontail/commit/19d9ff306f58f6c5e8a1578cb8114ddec3dce080) Merge with upstream master to get updated options / README. Also update the README to reflect HTTPS - [`4b9af6e`](https://github.com/mthenw/frontail/commit/4b9af6e8fb015af9444e8148ffa380623ed3d5be) Add ability to pass in a key.pem and cert.pem to start an HTTPS server, update README ### 📊 Changes **2 files changed** (+30 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -12) 📝 `lib/frontail.js` (+15 -1) </details> ### 📄 Description This may fix https://github.com/mthenw/frontail/issues/15, I needed a way to start an HTTPS server so I simply added a way to pass in a path to a key.pem and a cert.pem file, if these are passed in, it will start an HTTPS server, otherwise it'll continue with an HTTP server. I threw this together pretty quick, so feel free to modify as you see fit. Thanks, Andrew Davis NASA - Kennedy Space Center --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:05:50 +03:00
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/frontail#173
No description provided.