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