-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (089ce8e8)
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #3714 is successful
-
Certificate to trust can now be specified in step definition.
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
8.3.2
|
Issue Votes (0)
I have slightly complicated network configuration (pulling from upstream git repo behind VPN..). I succesfully created CI jobs for preparing steps but all Step (type: Pull from Remote) fails on
git .. pull..because self-signed server certificate. How can be git configured to use additional CA or ignore ssl validity? I tried https://docs.onedev.io/administration-guide/trust-self-signed-certificates but seems it doesnt have effect on CI Step (type: Pull from Remote). Thanks.