RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
232 stars 83 forks source link

Update md2conf.py for the SSL case #41

Closed juancki closed 6 months ago

juancki commented 1 year ago

This repo worked for me to make calls to the Atlassian endpoint using SSL in the past until recently.

My usage is fairly simple:

python "md_to_conf/md2conf.py" "markdown.md" ENG \
  -o $ORG --title "$PAGE_TITLE" -a "$ANCESTOR_PAGE" \
  -u "$CONFLUENCE_USERNAME" -p "$CONFLUENCE_API_KEY"

I think that this was introduced in this change https://github.com/RittmanMead/md_to_conf/commit/bbb706e812c376eb2f7cd8b1f897924b9e7b90d7.