Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:configuration_-_winrm [2019/10/08 13:47]
fiserp [Common issues]
tutorial:adm:configuration_-_winrm [2020/11/09 07:09]
fiserp [Common issues]
Line 167: Line 167:
 import os import os
 # there, you can explicitly set path to your CA chain # there, you can explicitly set path to your CA chain
 +# DO NOT put there server's certificate itself
 os.environ["REQUESTS_CA_BUNDLE"] = "/path/to/crt/chain.pem" os.environ["REQUESTS_CA_BUNDLE"] = "/path/to/crt/chain.pem"
  
  • by erbenr