Skip to content

Tags: suyashkumar/ssl-proxy

Tags

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/net from 0.17.0 to 0.23.0 (#58)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update golang.org/x/crypto, update to go1.17, update GitHub Actions &…

… Go modules (#37)

This should address #36 primarily by updating the golang.org/x/crypto dependency. In order to address some other GitHub actions blockers, we also update the GitHub Actions config and update to go1.17.

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
When automatic redirect is enabled, use domain if available. (#30)

When the -redirectHTTP flag is enabled, the value for domain should be used for the redirect if specified. Otherwise, the value of the from flag should be used (which might be a public facing IP, or perhaps a localhost address for local work).

This closes #27.

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update golang.org/x/crypto, switch to Go modules. (#22)

This change updates golang.org/x/crypto to address #19, while also updating the dependency management system to Go modules.

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README to use getbin

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build binaries from source using Docker (#14)

This change makes it easy to reproducibly build ssl-proxy for multiple platforms via Docker.

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap serve with log.fatal for visible failures (#9)

This closes #8 and implements a minor cleanup.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add forwarding headers on incoming requests, add travis (#6)

This change injects the X-Forwarded-Proto and X-Forwarded-Port headers to all incoming requests to the proxy. Useful for applications like Jenkins to behave well behind SSL proxies.

This change also adds a Travis CI build.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (#5)

Update README with icon, expanded information, better layout.

v0.1.0

Toggle v0.1.0's commit message
Print SHA256 fingerprint, don't require specification of http protocol