Skip to content

Commit

Permalink
Merge pull request #157 from greatest-ape/fixes-1
Browse files Browse the repository at this point in the history
http: allow disabling TLS, allow reverse proxies, general fixes; improve ws code; cargo update
  • Loading branch information
greatest-ape authored Nov 17, 2023
2 parents fe5ccf6 + 2520b2c commit 3f2a87b
Show file tree
Hide file tree
Showing 20 changed files with 1,369 additions and 1,045 deletions.
1 change: 1 addition & 0 deletions .github/actions/test-file-transfers/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ echo "log_level = 'debug'
[network]
address = '127.0.0.1:3001'
enable_tls = true
tls_certificate_path = './cert.crt'
tls_private_key_path = './key.pk8'
" > tls.toml
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@

* Reload TLS certificate (and key) on SIGUSR1

#### Changed

* Allow running without TLS
* Allow running behind reverse proxy

#### Fixed

* Fix bug where clean up after closing connections wasn't always done

### aquatic_ws

#### Added
Expand Down
Loading

0 comments on commit 3f2a87b

Please sign in to comment.