{"id":18497884,"url":"https://github.com/juanmachuca95/learntls_go","last_synced_at":"2026-04-27T18:05:45.300Z","repository":{"id":147965945,"uuid":"527283933","full_name":"juanmachuca95/learnTLS_go","owner":"juanmachuca95","description":"Learn to implement certificates TLS for gRPC Server + gRPC Gateway Server in golang","archived":false,"fork":false,"pushed_at":"2022-08-21T17:57:40.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T21:45:28.468Z","etag":null,"topics":["golang","grpc","tls"],"latest_commit_sha":null,"homepage":"","language":"Go","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/juanmachuca95.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":"2022-08-21T17:51:00.000Z","updated_at":"2022-12-05T00:01:27.000Z","dependencies_parsed_at":"2023-05-28T03:00:12.222Z","dependency_job_id":null,"html_url":"https://github.com/juanmachuca95/learnTLS_go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juanmachuca95/learnTLS_go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanmachuca95%2FlearnTLS_go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanmachuca95%2FlearnTLS_go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanmachuca95%2FlearnTLS_go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanmachuca95%2FlearnTLS_go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanmachuca95","download_url":"https://codeload.github.com/juanmachuca95/learnTLS_go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanmachuca95%2FlearnTLS_go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["golang","grpc","tls"],"created_at":"2024-11-06T13:36:27.288Z","updated_at":"2026-04-27T18:05:45.280Z","avatar_url":"https://github.com/juanmachuca95.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## learnTLS_go\nImplementación tls para gRPC Server + gRPC Gateway Server. Inspirado en el articulo https://medium.com/@mertkimyonsen/securing-grpc-connection-with-ssl-tls-certificate-using-go-db3852fe89dd \n\nGen certs\n```makefile\nmake gen-cert\n```\n\nGen stubs\n```zsh\nbuf generate\n```\n\nTest with grpcurl - gRPC Server\n\n```zsh\n./grpcurl -insecure -d '{\"name\":\"Juan\"}' localhost:8080 helloworld.Greete│\nr.SayHello                                                                          \n{                                                                                   \n  \"message\": \"Juan world\"                                                           \n}  \n```\n\nTest with curl - gRPC Gateway \n\n```zsh\ncurl -k -X POST https://localhost:8080/v1/example/echo -d '{\"name\":\"juan\"}'\n# response\n{\"message\":\"juan world\"}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanmachuca95%2Flearntls_go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanmachuca95%2Flearntls_go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanmachuca95%2Flearntls_go/lists"}