cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send IDoc to On-Premise with HTTPS

suwandi_cahyadi
Contributor
0 Likes
1,201

Hi,

By the time of this writing, based on the help page for configuring IDoc receiver adapter. It is said that for a connection to on-premise system, to only use http as the url address:

If you select the On-Premise option, the following restrictions apply to other parameter values:
  • Use HTTP instead of HTTPS when specifying the virtual system url in the Address field.

My understanding is that the usage of http is discouraged for security issues, does this mean the usage of IDoc receiver adapter to an on-premise system is discouraged until https is available?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

ljsap1
Explorer
0 Likes

This is fine because cloud connector communicates with the backend through a secure tunnel and the security of the backend is not compromised even if you are only using http (by the way it is the same for all adapters going via the cloud connector and not just idoc).

suwandi_cahyadi
Contributor
0 Likes

Hi,

Thank you for the answer, glad that it is secured between Cloud Connector and the on-premise system. How about the connection between Integration Suite and Cloud Connector?