cancel
Showing results for 
Search instead for 
Did you mean: 

How to config SSL for stand alone ITS

Former Member
0 Kudos

Hi,

I need help configuring SSL for ITS. Please let me know if smebody has the documentation. W ealso use EP6 Sp02 portal.

Thanks,

Srini

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Where can I find definitions for these parameters?

~hostsecure

-portsecure

And any other service file related parameters.

Former Member
0 Kudos

Hello Jeremy,

There is a document describing the parameters: ITS_Service_Parameters.pdf

You can find the online descriptions at:

http://help.sap.com/saphelp_nw04/helpdata/en/1f/ef243a84da356be10000000a11402f/frameset.htm

The not so common ones are only listed, you have to search for notes on those parameters.

~host/port(un)secure are used to switch protocols, say I access the ITS over https on service "A":

https://host/scripts/wgate/A!

In the template I want to switch to non secure service B.

http://host:8080/scripts/wgate/B!

The Agate does not have enough info to generate the full URL from the info it gets outof the first request; how should it know that the non-secure is running at port 8080.

Therefore you need to define these values (n.b. on the same machine one can also have different hostnames for http and https access)

Some controls in ITS also generate full URLs and rely on these parameters being set.

If you have multiple wgates from different domains to one agate then you cannot live with the 1-1 Situation and you have to overwrite the headers at the wgate side (note 744768).

Regard,

Fekke

Former Member
0 Kudos

Actually, I need help on Stand alone ITS side. I want to kwnow what config needs to be done for SSL.

Former Member
0 Kudos

1.) set up your web server has to support SSL

2.) add a new URL section to the WGate configuration.

You should use the wgate-config tool in order to change the WGate configuration.

maybe note 688295 can help you:

http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=688295&_NLANG=E

It describes the tool wgate-config and has an example regarding the SSL setup.

For applications that are using the ~secure=on/off you also want to check in global.srvc if

~hostsecure

~portsecure

are set to your new HTTPS values.

Former Member
0 Kudos