I have to use a PlantUML server that is reached using HTTPS. Here I always get warnings due to inability to secure the connection.
Could you expand the tool with a feature that solves the issue with urllib3/connectionpool.py:1045 warning: Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings.
Not really sure how to handle this though. Perhaps an addition to the config file to point to a certificate to use with the server call?
Firstly, Great tool! :)
I have to use a PlantUML
server
that is reached using HTTPS. Here I always get warnings due to inability to secure the connection.Could you expand the tool with a feature that solves the issue with
urllib3/connectionpool.py:1045
warning:Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
.Not really sure how to handle this though. Perhaps an addition to the
config
file to point to a certificate to use with theserver
call?