Description
I would like for the platypus listener to support encryption such as AES or SSL.
Describe your problem here
The Platypus server currently does not support encryption which means the commands are send in cleartext over the network.
Reproduce
go run platypus.go
Run 0.0.0.0 8080
...
Encrypt [hash of listener] /path/to/ssl.crt /path/to/ssl.key
Expected behavior
The entire connection has end to end encryption
Current behavior
The connection can be eavesdropped by anyone using a wire sniffer.
Screenshots/Terminal log
Environments
- OS: Ubuntu 18.04.1 LTS
- Version: 1.1.0
Description
The Platypus server currently does not support encryption which means the commands are send in cleartext over the network.
Reproduce
go run platypus.goRun 0.0.0.0 8080...
Encrypt [hash of listener] /path/to/ssl.crt /path/to/ssl.keyExpected behavior
The entire connection has end to end encryption
Current behavior
The connection can be eavesdropped by anyone using a wire sniffer.
Screenshots/Terminal log
Environments