{"id":41747150,"url":"https://github.com/mlctrez/gossl","last_synced_at":"2026-01-25T01:04:28.835Z","repository":{"id":64300185,"uuid":"570700507","full_name":"mlctrez/gossl","owner":"mlctrez","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-07T18:39:36.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T03:56:34.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlctrez.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":"2022-11-25T21:33:42.000Z","updated_at":"2025-07-07T18:39:39.000Z","dependencies_parsed_at":"2024-06-20T04:22:14.981Z","dependency_job_id":"5d07432e-e455-4ac1-9704-2a3aa3bb6bae","html_url":"https://github.com/mlctrez/gossl","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mlctrez/gossl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgossl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgossl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgossl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgossl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlctrez","download_url":"https://codeload.github.com/mlctrez/gossl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgossl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":[],"created_at":"2026-01-25T01:04:28.769Z","updated_at":"2026-01-25T01:04:28.826Z","avatar_url":"https://github.com/mlctrez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gossl\n\nA reverse proxy using [acme/autocert](https://pkg.go.dev/golang.org/x/crypto/acme/autocert) for automatically creating / renewing certificates. \n\nAccess is controlled by a not-easily-guessable token.\n\n```bash\n\n# Environment variables and descriptions. \n# A file with these can be placed /etc/sysconfig/\u003cservice\u003e if run as a service.\n\n# Listen address in http.ListenAndServe format\nADDRESS=EXTERNAL_IP:443\n\n# Domain to use in the cookie\nACME_DOMAIN=COOKIE_DOMAIN\n\n# The token to allow access. Visit one of the configured domains with this\n# in the path to set it. Rotate frequently and don't share in public. \nGO_SSL_TOKEN=LONG_UUID_NOT_EASILY_GUESSABLE\n\n# reverse proxy entries must have prefix GO_SSL_ENDPOINT_\n# followed by hostname with \".\" replaced with \"_\" \nGO_SSL_ENDPOINT_one_example_com=http://10.0.0.1:9000\nGO_SSL_ENDPOINT_two_example_com=http://10.0.0.2:9000\n\n# this environment variable indicates which host names can skip the token verification\n# i.e. strings.Contains(os.getEnv(SKIP_GO_SSL_TOKEN), hostName)\nSKIP_GO_SSL_TOKEN=two.example.com\n\n```\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/mlctrez/gossl)](https://goreportcard.com/report/github.com/mlctrez/gossl)\n\ncreated by [tigwen](https://github.com/mlctrez/tigwen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Fgossl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlctrez%2Fgossl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Fgossl/lists"}