craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

No support for https? #31

Closed EugenMayer closed 4 years ago

EugenMayer commented 4 years ago

using

host: myhost.com
port: 443
user: ..
password: ...

i always get An error occured - check your credentials - is tls not supported?

craftamap commented 4 years ago

Hey @EugenMayer ,

TLS is supported, however, you need to use the scheme option set to https.

Does this work for you?

EugenMayer commented 4 years ago

well i did not find the options one can use.. just after reading the cod https://github.com/livelyapps/pluploader/blob/master/scripts/pluploader.py#L76

thanks that works. Maybe the readme could need some love :) Thanks it works!

craftamap commented 4 years ago

You're right, the readme needs some more love. :)

Thanks for using the pluploader!