benjamin-lang

Results 17 comments of benjamin-lang

@CommonGuy Thanks for the quick response, you are right about the reason: ![event_log](https://user-images.githubusercontent.com/36487661/179739964-95100f30-7b1d-4341-874e-edd1b17863d4.PNG) I will ask our software department if can install it. I will get back to you.

After downloading and installing the webview installer and restart of my system the application works. Thanks for your help. Now I have an api connection problem and i will open...

Hi that would be a possible reason, but i cannot get it to run. I tried to set the NO_PROXY variable in windows system env and via following batch file:...

> Your server reflection URL starts with `https://`, right? Yes something like https://openshift-route.app.our.internal-domain.com That variant with everything set empty, did not solve the problem or change the error message.

> Does one of these apply to you? No not really. Maybe it has something todo with our openshift setup: [https://docs.openshift.com/container-platform/4.8/networking/ingress-operator.html](url) In chapter: `Enabling HTTP/2 Ingress connectivity` there is a...

> Could you try the Kreya importer without a certificate? Do you get a different error? No, same error. Here the importer configuration: ![importer_nok](https://user-images.githubusercontent.com/36487661/180188154-d6d94f58-7a32-4871-82f8-2c147e70c9cf.PNG) And here the grcpcurl call in...

Hi, sorry for late response: ``` $ curl -sIv https://*******.ocp.our-domain.com/ * Uses proxy env variable no_proxy == 'ocp.our-domain.com' * Trying 10.64.1.15:443... * Connected to *******.ocp.our-domain.com (10.64.1.15) port 443 (#0) *...

I tried to start it with the following batch file: ``` set HTTP_PROXY= set HTTPS_PROXY=http://proxy.our-domain.com:8080 set NO_PROXY=ocp.our-domain.com set start "" "c:\program files\kreya\kreya.exe" pause ``` But the Result is still the...

Hi i tried [https://grpcb.in:9001](url), but it did not succeed. I suppose the reason is that our proxy does not support http2. The endpoint https://your-endpoint.domain/grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo via REST does not exist. What...

> Yes, it looks like your company network/proxy is the root cause of the failure. I don't think we can do anything on our side to solve this issue If...