Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/janmbaco/go-reverseproxy-ssl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/janmbaco/go-reverseproxy-ssl

  • v1.0.8
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go ReverseProxy SSL

Go Report Card

Go ReverseProxy SSL was born with the objective of establishing a secure and identified communication between a client and a web service. Its main target is that there be always a secure transport (TLS) between the client and server. For that, you need to configure the services you want to give access to.

This proxy will only accept requests over SSL and will encrypt the communication with a Let's Encrypt certificate, the client can provide their own certificate. Additionally, it can be configured to require the client to provide a certificate for a specific service.

As a secondary objective, Go ReverseProxy SSL has the mission of identify the client in the web service by the public key that the client has sent. For that, the service must accept the Http Header "X-Forwarded-ClientKey" that contains all the information of the public key.

The proxy can communicate with the service in any way. That is, if necessary, digital certificates can be added to the proxy for communication with the service.

Here you have a diagram of how the communication with the services is through Go ReverseProsy SSL.

FAQs

Package last updated on 25 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc