{"id":21371930,"url":"https://github.com/formysister/express-proxy-server","last_synced_at":"2026-04-16T11:31:15.577Z","repository":{"id":195546987,"uuid":"693162627","full_name":"formysister/express-proxy-server","owner":"formysister","description":"Simple proxy web server using express \u0026 https protocol.","archived":false,"fork":false,"pushed_at":"2023-09-18T13:32:40.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T08:43:14.547Z","etag":null,"topics":["express","https","https-proxy","javascript","nodejs","proxy","proxy-server","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formysister.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T13:26:56.000Z","updated_at":"2024-03-08T12:37:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2061d2a-1213-4e1f-8dc4-5486dec8921f","html_url":"https://github.com/formysister/express-proxy-server","commit_stats":null,"previous_names":["formysister/express-proxy-server","moneroid/express-proxy-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/formysister/express-proxy-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fexpress-proxy-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fexpress-proxy-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fexpress-proxy-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fexpress-proxy-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formysister","download_url":"https://codeload.github.com/formysister/express-proxy-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fexpress-proxy-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31883696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","https","https-proxy","javascript","nodejs","proxy","proxy-server","web"],"created_at":"2024-11-22T08:16:44.431Z","updated_at":"2026-04-16T11:31:15.561Z","avatar_url":"https://github.com/formysister.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## simple-express-proxy🗜📡\n\n#### This is simple express proxy web server using https protocol.\nFollowing is simple guide and usage example for quick start.\n\n1. Install package in your application\n`\nnpm install simple-express-proxy\n`\n2. Write code in your entry point code section\n\n```javascript\nconst createProxy = require(\"simple-express-proxy\");\nconst fs = require(\"fs\");\n\n// https server security configuration\nconst  privateKey  =  fs.readFileSync('./secure/key.pem', 'utf-8');\nconst  certificate  =  fs.readFileSync('./secure/cert.pem', 'utf-8');\n\n// proxy setup configuration\nconst passphrase = 'your custom password'; //security key\nconst target = 'https://google.com'; //target address to serve\nconst whitelist = ['0.0.0.0', '95.180.41.194']; // ip list to allow access to proxy service\n\n// create proxy server\nconst proxy = createProxy(privateKey, certificate, passphrase, target, whitelist);\n\n// host proxy\nproxy.listen((port, host) =\u003e {\n\tconsole.log(`https proxy server is running on port ${port} and host ${host}`)\n})\n\n```\n\n3. Host your application . 💻\n\n#### Contact to cyberstorm2007@gmail.com, enemymaycry2007@gmail.com to get more supports and utility packages","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Fexpress-proxy-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformysister%2Fexpress-proxy-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Fexpress-proxy-server/lists"}