{"id":18737936,"url":"https://github.com/rocketlaunchr/https-go","last_synced_at":"2025-04-12T19:32:37.873Z","repository":{"id":57513163,"uuid":"240807976","full_name":"rocketlaunchr/https-go","owner":"rocketlaunchr","description":"self signed https server for go","archived":false,"fork":false,"pushed_at":"2020-02-18T08:37:41.000Z","size":10,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T06:55:33.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/rocketlaunchr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-16T00:27:39.000Z","updated_at":"2023-03-21T16:31:26.000Z","dependencies_parsed_at":"2022-08-31T22:52:10.045Z","dependency_job_id":null,"html_url":"https://github.com/rocketlaunchr/https-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketlaunchr%2Fhttps-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketlaunchr%2Fhttps-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketlaunchr%2Fhttps-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketlaunchr%2Fhttps-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketlaunchr","download_url":"https://codeload.github.com/rocketlaunchr/https-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248621355,"owners_count":21134819,"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","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":"2024-11-07T15:27:27.415Z","updated_at":"2025-04-12T19:32:37.641Z","avatar_url":"https://github.com/rocketlaunchr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# https-go [![GoDoc](http://godoc.org/github.com/rocketlaunchr/https-go?status.svg)](http://godoc.org/github.com/rocketlaunchr/https-go)\n\nQuickly create a self-signed Go HTTPS server.\n\n⭐ **the project to show your appreciation.**\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\t\"net/http\"\n\t\"github.com/rocketlaunchr/https-go\"\n)\n\nfunc main() {\n\n\thttp.HandleFunc(\"/\", func(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusNoContent) })\n\n\thttpServer, _ := https.Server(\"8080\", https.GenerateOptions{Host: \"thecucumber.app\"})\n\tlog.Fatal(httpServer.ListenAndServeTLS(\"\", \"\"))\n}\n```\n\n\n\n### Extra Notes\n\nJust remember to change the url from http to https. Also configure your http client code/application to allow self-signed certificates otherwise they will spit out an error.\n\n\nOther useful packages\n------------\n\n- [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Statistics and data manipulation\n- [dbq](https://github.com/rocketlaunchr/dbq) - Zero boilerplate database operations for Go\n- [electron-alert](https://github.com/rocketlaunchr/electron-alert) - SweetAlert2 for Electron Applications\n- [igo](https://github.com/rocketlaunchr/igo) - A Go transpiler with cool new syntax such as fordefer (defer for for-loops)\n- [mysql-go](https://github.com/rocketlaunchr/mysql-go) - Properly cancel slow MySQL queries\n- [react](https://github.com/rocketlaunchr/react) - Build front end applications using Go\n- [remember-go](https://github.com/rocketlaunchr/remember-go) - Cache slow database queries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketlaunchr%2Fhttps-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketlaunchr%2Fhttps-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketlaunchr%2Fhttps-go/lists"}