Matthias Fussenegger
Matthias Fussenegger
> Same problem. Also behind ZScaler that replaces the root-cert with a custom company cert I can confirm this. The necessary custom certificates are imported. Other applications do not have...
In my case I had to set the `API_BASE_URL` environment variable. It was empty in my cluster deployment. See the [documentation](https://docs.dependencytrack.org/getting-started/configuration/) for more details. Also note, that it says that...
This is a feature of release 1.6 and 1.6 is not yet marked as the stable release yet (at least that is what I can see in OpenShift). The article...
Offering interruptible async API's would then be more difficult, because you would loose control over portions of the code. SharpZipLib does not support them yet: https://github.com/icsharpcode/SharpZipLib/issues/223
A task has to be returned, that's basically all there is to do (see [this link](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/async-return-types)). If the operation should be cancelable, then a [CancellationToken ](https://docs.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netframework-4.8) should be supported by...
I just checked and saw that the CA certificate can also be specified via `--certificate-authority`.
I have a similar issue, yet the stack trace of the exception specifically refers to the `LicenseQueryManager`: ``` 2024-08-02 07:43:45,014 INFO [BomUploadProcessingTaskV2] Consuming uploaded BOM [bomSerialNumber=08e08436-c806-4460-85b9-301221203475, bomFormat=CycloneDX, bomUploadToken=f451988e-4d54-4f3e-9555-d3853f07ff19, projectName=__redacted__, bomSpecVersion=1.6,...