https://github.com/youngkin/gohttps
Examples HTTPS clients and servers In Go
https://github.com/youngkin/gohttps
golang tls
Last synced: about 1 year 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T13:27:59.000Z (over 5 years ago)
- Last Synced: 2025-03-25T17:49:32.146Z (about 1 year ago)
- Topics: golang, tls
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 33
- Watchers: 2
- Forks: 18
- 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.