mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
192 stars 55 forks source link

Handle HTTPS/SSL during remote PlantUML rendering #89

Closed PolyMMA closed 1 year ago

PolyMMA commented 1 year ago

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 the server call?