{"id":13337966,"url":"https://github.com/mutalisk999/tls-proxy-py","last_synced_at":"2026-01-05T09:04:48.850Z","repository":{"id":60172330,"uuid":"539022148","full_name":"mutalisk999/tls-proxy-py","owner":"mutalisk999","description":"Socks5 proxy on TLS tunnel","archived":false,"fork":false,"pushed_at":"2022-10-08T15:17:25.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T08:37:40.640Z","etag":null,"topics":["socks5-proxy","tls"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mutalisk999.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}},"created_at":"2022-09-20T14:08:20.000Z","updated_at":"2022-10-04T09:02:07.000Z","dependencies_parsed_at":"2022-09-26T05:40:17.025Z","dependency_job_id":null,"html_url":"https://github.com/mutalisk999/tls-proxy-py","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mutalisk999/tls-proxy-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutalisk999","download_url":"https://codeload.github.com/mutalisk999/tls-proxy-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28215484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["socks5-proxy","tls"],"created_at":"2024-07-29T19:15:16.552Z","updated_at":"2026-01-05T09:04:48.823Z","avatar_url":"https://github.com/mutalisk999.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tls-proxy-py\n\n\n\n### How to generate cert file and key file\n\n```\nmkdir certs\nrm certs/*\n\n# CA key and cert\nopenssl genrsa -out certs/ca.key 2048\nopenssl req -new -key certs/ca.key -out certs/ca.csr\nopenssl x509 -req -in certs/ca.csr -out certs/ca.pem -signkey certs/ca.key -CAcreateserial -days 36500\n\n# for tls server\nopenssl genrsa -out certs/server.key 2048\nopenssl req -new -key certs/server.key -out certs/server.csr\nopenssl x509 -req -in certs/server.csr -out certs/server.pem -signkey certs/server.key -CA certs/ca.pem -CAkey certs/ca.key -CAcreateserial -days 36500\n\n# for tls client\nopenssl genrsa -out certs/client.key 2048\nopenssl req -new -key certs/client.key -out certs/client.csr\nopenssl x509 -req -in certs/client.csr -out certs/client.pem -signkey certs/client.key -CA certs/ca.pem -CAkey certs/ca.key -CAcreateserial -days 36500\n```\n\n### Client\n\n* Modify client.json\n```\ncp client_example.json client.json\n```\n\n### Server\n\n* Modify server.json\n```\ncp server_example.json server.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutalisk999%2Ftls-proxy-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutalisk999%2Ftls-proxy-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutalisk999%2Ftls-proxy-py/lists"}