datreeio / jira-backup-py

python script to create, download and upload to s3 your Jira or Confluence cloud instance backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backup run fail

zewenhs opened this issue · comments

commented

To test the backup function , I install jira 8.11.0 on my PC(ip:192.168.3.3),
The jira can visitor nomally:
image

and I follow the Instructions in README, the details in the config.yaml file as follows:

---                                                                                                                                                                                                      
   HOST_URL: "192.168.3.3:8080"                                                                                                                                                                             
  USER_EMAIL: "zewenhs@163.com"                                                                                                                                                                            
  API_TOKEN: "****"                                                                                                                                                                    
  INCLUDE_ATTACHMENTS: "true"                                                                                                                                                                              
  DOWNLOAD_LOCALLY: "true"                                                                                                                                                                                 
  UPLOAD_TO_S3:                                                                                                                                                                                            
       S3_BUCKET: ""                                                                                                                                                                                        
       AWS_ACCESS_KEY: "not mandatory if already set on the machine with AWS CLI"                                                                                                                           
      AWS_SECRET_KEY: "not mandatory if already set on the machine with AWS CLI"

But python backup.py will throw an error:

image

Is there anything wrong?

It looks like an SSL issue (not related to the backup script).
Try to configure SSL (HTTPS) and check if this is still happening.

commented

It looks like an SSL issue (not related to the backup script). Try to configure SSL (HTTPS) and check if this is still happening.

after search arround, i can't fix this issue.
I test this on ubuntu 20.04, Under what environment did you test this project??

Yes, this project is running and working for me and other users.
It was never tested on a local server (like you are trying) only on the hosted version.