{"id":18401397,"url":"https://github.com/dozyio/tls-proxy","last_synced_at":"2026-02-05T07:01:36.738Z","repository":{"id":253448152,"uuid":"843536919","full_name":"dozyio/tls-proxy","owner":"dozyio","description":"A HTTP2 TLS Proxy for testing and development","archived":false,"fork":false,"pushed_at":"2024-08-16T18:31:35.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T02:17:44.016Z","etag":null,"topics":["go","golang","http2","proxy","tls"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dozyio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-16T18:25:47.000Z","updated_at":"2024-08-23T11:45:01.000Z","dependencies_parsed_at":"2024-08-16T19:59:16.695Z","dependency_job_id":null,"html_url":"https://github.com/dozyio/tls-proxy","commit_stats":null,"previous_names":["dozyio/tls-proxy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dozyio/tls-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Ftls-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Ftls-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Ftls-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Ftls-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dozyio","download_url":"https://codeload.github.com/dozyio/tls-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Ftls-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":["go","golang","http2","proxy","tls"],"created_at":"2024-11-06T02:38:42.383Z","updated_at":"2026-02-05T07:01:36.712Z","avatar_url":"https://github.com/dozyio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TLS Proxy\n\nA simple HTTP2 TLS proxy for connecting to local or remote services. Ideal for testing and development. Your mileage may vary when connecting to remote domains that require certificates, but it should be fine for proxying to local services.\n\n## Installing\n\n```sh\ngo install github.com/dozyio/tls-proxy@latest\n```\n\n## Running\n\nListen on 0.0.0.0:9000 and proxy to http://127.0.0.1:3000, using the supplied certificate and key.\n\n```sh\ntls-proxy -l \"0.0.0.0:9000\" -t \"http://127.0.0.1:3000\" -c \"192.168.1.2.crt\" -k \"192.168.1.2.key\"\n```\n\n## Generating Certificates\n\n```sh\nopenssl genrsa -out 192.168.1.2.key 2048\nopenssl req -new -key 192.168.1.2.key -out 192.168.1.2.csr\nopenssl x509 -req -days 3650 -in 192.168.1.2.csr -signkey 192.168.1.2.key -out 192.168.1.2.crt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozyio%2Ftls-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdozyio%2Ftls-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozyio%2Ftls-proxy/lists"}