Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.