My Oracle Support Banner

Configure OTM To Be Protocol Agnostic (Doc ID 1555175.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Transportation Management - Version 6.2.7 to 6.2.8 [Release 6.2]
Information in this document applies to any platform.

Goal

How can we configure OTM to be protocol (http/https) agnostic?

Current situation:
Currently, if we access the OTM web application using SSL, then OTM automatically redirects to NON-SSL.
Note that we have enabled the SSO feature, and we login by using the parameter "appuid".

The following URL is used to initiate the session:
https://otm_url/GC3/glog.webserver.servlet.umt.Login?appuid=DOMAIN.USER
OTM logs in the user automatically, but the problem is that it then redirect to and non-SSL URL:
http://otm_url/GC3/glog.webserver.util.FrameGC3Servlet
It appears that currently OTM is configured to work with HTTP.

Desired situation:
What we want, is to be able to access OTM in https AND in http mode.
OTM should simply keep using the protocol with which it was initiated.

Therefore, if OTM is called with:
https://otm_url/GC3/glog.webserver.servlet.umt.Login?appuid=DOMAIN.USER

It should login the user and go to:
https://otm_url/GC3/glog.webserver.util.FrameGC3Servlet

And if OTM is called with:
http://otm_url/GC3/glog.webserver.servlet.umt.Login?appuid=DOMAIN.USER
It should login the user and go to:
http://otm_url/GC3/glog.webserver.util.FrameGC3Servlet

Can you please let us know whether this is possible and if so, please specify how to do this.

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.