Add notice about using HTTPS to README
This commit is contained in:
parent
f4810ff429
commit
5a385832b6
|
@ -134,6 +134,12 @@ useful tools:
|
|||
go test -v ./...
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
### How can I access tusd using HTTPS?
|
||||
|
||||
The tusd binary, once executed, listens on the provided port for only non-encrypted HTTP requests and *does not accept* HTTPS connections. This decision has been made to limit the functionality inside this repository which has to be developed, tested and maintained. If you want to send requests to tusd in a secure fashion - what we absolutely encourage, we recommend you to utilize a reverse proxy in front of tusd which accepts incoming HTTPS connections and forwards them to tusd using plain HTTP. More information about this topic, including sample configurations for Nginx and Apache, can be found in [issue #86](https://github.com/tus/tusd/issues/86#issuecomment-269569077).
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT license, see `LICENSE.txt`.
|
||||
|
|
Loading…
Reference in New Issue