I have internal server and I don't have a "trusted" cert.
Getting the following error stacktrace if I run any command:
Traceback (most recent call last):
File "/usr/local/bin/xserverpy", line 11, in
sys.exit(start())
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 21, in start
start_with_args(None)
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 32, in start_with_args
handle_bots(args)
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 61, in handle_bots
printer = BotsPrinter(b.get_all())
File "/Library/Python/2.7/site-packages/xserverpy/lib/base_service.py", line 15, in get_all
result = self.perform_request(self.endpoint(), "get")
File "/Library/Python/2.7/site-packages/xserverpy/lib/base_service.py", line 52, in perform_request
raise e
requests.exceptions.SSLError: [Errno 8] _ssl.c:507: EOF occurred in violation of protocol
I have internal server and I don't have a "trusted" cert.
Getting the following error stacktrace if I run any command:
Traceback (most recent call last): File "/usr/local/bin/xserverpy", line 11, in
sys.exit(start())
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 21, in start
start_with_args(None)
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 32, in start_with_args
handle_bots(args)
File "/Library/Python/2.7/site-packages/xserverpy/xserverpy.py", line 61, in handle_bots
printer = BotsPrinter(b.get_all())
File "/Library/Python/2.7/site-packages/xserverpy/lib/base_service.py", line 15, in get_all
result = self.perform_request(self.endpoint(), "get")
File "/Library/Python/2.7/site-packages/xserverpy/lib/base_service.py", line 52, in perform_request
raise e
requests.exceptions.SSLError: [Errno 8] _ssl.c:507: EOF occurred in violation of protocol