summaryrefslogtreecommitdiffstats
path: root/bwlp.config
Commit message (Collapse)AuthorAgeFilesLines
* Thrift chang to default ssl contextJannik Schönartz2019-02-131-5/+5
| | | | | Instead of the filepath of the certs the default ssl context is used Instead of the three file paths you can give as 6th arguments true / false to enable / disable ssl
* Replace timestamps in the log with unix timestampsJannik Schönartz2019-02-121-1/+1
|
* Add thrift ssl support, more error handlingJannik Schönartz2019-02-121-2/+4
| | | | | | | Thrift ssl support: Extend your thrift bwlp.config with the path of cafile, certfile and keyfile (see example bwlp.config) Add ssl file not found error handling Add error handling for all exceptions and log them
* Seperate config from the python scriptJannik Schönartz2019-01-231-0/+20
Seperate the server calls in a config file. Small thrift call bugfix Small layout fixes