cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with HTTPS by using SXMB_IFR

Former Member
0 Kudos

Hi Experts,

since we have activated https in our SAP PI System we get a warning by calling the transaction SXMB_IFR.

The warning appears in the browser as follows: "There is a problem with the security certificate of this website".

After call of transaction the SXMB_IFR the browser is opened with the link "https://<host>:1443/sap/public/myssocntl?sap-client=001".

I debugged the programm "RSXMB_IFR" (which is called from tranaction SXMB_IFR) and could see that the link which is built in the programm is proper las follows: "http://<host>:<port>/dir/start/index.jsp".

However the link "http://<host>:<port>/dir/start/index.jsp" will redirected to "https://<host>:1443/sap/public/myssocntl?sap-client=001".

Where can be the reason of the Problem?

In some other Systems is the https also activated, but the SXMB_IFR works fine and start the browser without redirecting "http://<host>:<port>/dir/start/index.jsp" into "https://<host>:1443/sap/public/myssocntl?sap-client=001"

Best Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member185239
Active Contributor
0 Kudos

Hi Aziz,

Have you configured the same on java stack?

With Regards

Ashutosh Chaturevdi

DavidLY
Advisor
Advisor
0 Kudos

Hello,

I have found one case reporting the same issue with

RSXMB_IFR => https://<host>/sap/public/myssocntl?sap-client=<Client#>

You can check if the Exchange Profile parameter com.sap.aii.ib.core.sso.enabled is set to "false". It seems the java stack is accepting the SSO ticket for this user, so please disable the
Single Sign-on (or complete the configuration), checking the the help page below:

"Single Sign-On Configuration"
http://help.sap.com/SAPHELP_NWPI711/helpdata/EN/48/ca0fe42fbb5c97e10000000a42189d/frameset.htm

If you are not intending to use the SSO with this PI system, yu need to set the login/accept_sso2_ticket parameter to 0, using the RZ11 transaction. Afterwards, check if the user will still login with the SSO URL.

Regards,

David

AbhishekGupta1
Participant
0 Kudos

In exchange profile, check if connection parameters are set properly.

Regards,

Abhi

sunny_pahuja2
Active Contributor
0 Kudos

Hello,

Please check SAP KBA 1682609.

Thanks

Sunny