🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ffflorian/https-proxy

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ffflorian/https-proxy

A simple HTTPS proxy for Node.js with authentication support.

latest
Source
npmnpm
Version
1.12.11
Version published
Weekly downloads
60
-43.93%
Maintainers
1
Weekly downloads
 
Created
Source

https-proxy License: GPL v3 npm version

A simple HTTPS proxy for Node.js with authentication support.

Prerequisites

  • Node.js >= 14
  • npm (preinstalled) or yarn

Installation

ℹ️ This is a pure ESM module.

Run yarn global add @ffflorian/https-proxy or npm install -g @ffflorian/https-proxy.

Usage

Usage: https-proxy [options]

A simple HTTPS proxy for Node.js with authentication support.
If password and username are not set, no authentication will be required.

Options:
  -p, --password <password>  set the password
  -P, --port <port>          set the port (default: 8080)
  -t, --target <url>         set the target URL to forward users to
  -u, --username <username>  set the username
  -v, --version              output the version number
  -h, --help                 output usage information

Keywords

cli

FAQs

Package last updated on 09 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts