Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngkin/gohttps
Examples HTTPS clients and servers In Go
https://github.com/youngkin/gohttps
golang tls
Last synced: about 7 hours ago
JSON representation
Examples HTTPS clients and servers In Go
- Host: GitHub
- URL: https://github.com/youngkin/gohttps
- Owner: youngkin
- License: mit
- Created: 2020-09-21T14:49:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T13:27:59.000Z (about 4 years ago)
- Last Synced: 2023-08-27T00:01:09.177Z (about 1 year ago)
- Topics: golang, tls
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 28
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohttps
This repository contains examples of HTTPS clients and servers. It includes simple server with minimal TLS configuration and a more advanced server that covers additional TLS configuration options. They demonstrate a range of behavorios between TLS clients and servers. See [Create Secure Clients and Servers in Golang Using HTTPS](https://youngkin.github.io/post/gohttpsclientserver/) for more information regarding this project.