Not sure if this is the correct group to ask this question, so if I a in the wrong group please let me know were to addressed it.
I used to have a curl one liner which allowed me to download a document stored on the wiki. It was as follows:
curl -L -u myusername@mywebsite.com:mypassword -X GET -H ; Content-Type: application/force-download https://myhost.atlassian.net/wiki/download/attachments/3547482/pdfstorefilename.pdf
As of recent this no longer works. (probably as of October 1, 2018).
I get:
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
curl: (35) Unknown SSL protocol error in connection to…
So, how do you do this now?