REST Connections Using Qorus

is there a way to specify the protocol (HTTP HTTPS) used for REST connections in the Qorus integration engine? I tried to check the connection files that define the rest of the urls, but it seems that I could not find a way to specify the protocol.

In my case, I need to connect via HTTPS, but the connection is currently not working because it is trying to connect via HTTP.

+4
source share
1 answer

When specifying your connection you need to provide url. I assume that you used the scheme rest, but you need to use reststo activate HTTPS (for example, rests://user:pass@example.com:8080/path).

Btw, Qorus.

+3

Source: https://habr.com/ru/post/1665893/


All Articles