archiephan78 commented on issue #4756:
URL:
https://github.com/apache/incubator-devlake/issues/4756#issuecomment-1522771285
@adterskov How you resloved it, i have same issue with you, i added ca cert
to container and add `IN_SECURE_SKIP_VERIFY ` to `.env` but gitextractor still
cant work
```
time="2023-04-26 04:25:21" level=error msg=" [pipeline service] [pipeline
#10] run tasks failed
caused by: Error running task 47.
Wraps: (2) error preparing task data for gitextractor
Wraps: (3) user rejected certificate for gitlab.example.com
Wraps: (4) user rejected certificate for gitlab.example.com
Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail
(3) *hintdetail.withDetail (4) *git.GitError
"
```
```
devlake:
image: apache/devlake:v0.16.0-beta17
ports:
- "127.0.0.1:8080:8080"
restart: always
volumes:
- ./.env:/app/.env
- ./logs:/app/logs
-
./gitlab.example.com.crt:/usr/local/share/ca-certificates/gitlab.example.com.crt
environment:
LOGGING_DIR: /app/logs
command: [ "sh", "-c", "update-ca-certificates; lake" ]
depends_on:
- mysql
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]