{"id":17689722,"url":"https://github.com/jonathancross/xmr-stunnel","last_synced_at":"2026-04-18T19:32:48.006Z","repository":{"id":68718097,"uuid":"113120042","full_name":"jonathancross/xmr-stunnel","owner":"jonathancross","description":"Connect a Monero wallet to a full node via secure tunnel","archived":false,"fork":false,"pushed_at":"2017-12-05T02:53:14.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T21:52:59.010Z","etag":null,"topics":["monero","stunnel"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jonathancross.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":"2017-12-05T02:15:02.000Z","updated_at":"2024-05-31T07:31:30.000Z","dependencies_parsed_at":"2023-02-23T00:00:47.155Z","dependency_job_id":null,"html_url":"https://github.com/jonathancross/xmr-stunnel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathancross/xmr-stunnel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fxmr-stunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fxmr-stunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fxmr-stunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fxmr-stunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathancross","download_url":"https://codeload.github.com/jonathancross/xmr-stunnel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fxmr-stunnel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["monero","stunnel"],"created_at":"2024-10-24T11:48:42.883Z","updated_at":"2026-04-18T19:32:47.972Z","avatar_url":"https://github.com/jonathancross.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Connect a Monero wallet to a full node via stunnel\n==================================================\n\nTaken from: https://monero.stackexchange.com/a/3466/1023\n\nPretty sure this is not the most easy way to generate these certificates, but here is a script based on [this tutorial](http://pki-tutorial.readthedocs.io/en/latest/advanced/index.html) :\n\nStunnel configuration file for the server :\n\n    [monerod_server]\n    accept = 30000\n    connect = \u003c monerod-local-ip \u003e:18081\n    sslVersion = TLSv1.2\n    verify = 2\n    cert = /path/to/certs/green-chain.pem\n    key = /path/to/certs/green.no.key\n    CAfile = /path/to/ca/tls-ca-chain.pem\n    CRLfile = /path/to/crl/tls-ca-chain.crl\n\n\nStunnel configuration file for the client :\n\n    [monerod_client]\n    client = yes\n    accept = 18081\n    connect = \u003c external.ip.of.node \u003e:30000\n    sslVersion = TLSv1.2\n    verify = 3\n    cert = /path/to/certs/barney.crt\n    key = /path/to/certs/barney.key\n    CAfile = /path/to/ca/green-chain.pem\n\nThis example requires port `30000` to be open on `external.ip.of.node`, and eventually redirected to the machine hosting stunnel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathancross%2Fxmr-stunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathancross%2Fxmr-stunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathancross%2Fxmr-stunnel/lists"}