Hi experts,
we try to get the CRM_UI to the world outside.
Our scenario is unfortunately with a MS ISA as Reverse Proxy.
We installed our SSL Certificate on the MS ISA and pass HTTP (80) & HTTPS (443) to the SAP Backend on Port 8000.
So i want to configure the crm_ui that it does not need SSL for Logon.
But in fact we have a problem with the Logon, I think it wants to have SSL, nevertheless I assigned "X = NO switch (to HTTPS)" in the SICF CRM_UI Alias and the CRM_UI_START Application.
When I put http(s)://slm.mycomany.com/crm_ui the Logonscreen appears, but when I want to Logon (User/PW is by Popup), there is always and error, that the requested site is not available.
Technical Information (for support personnel)
- Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202)
Nevertheless, we have the same szenario running with the ags_workcenter and there was no problem with that, after we switched it to?
Any ideas or solutions? Or the best way to find out the problem with tracing and stuff.
Thanks in advance.
Best regards
Volker
PS.: By the way I tried it with HTTPURLLOC like this:
100 030 HTTP /CRM_UI slm.mycompany.com 80
100 031 HTTPS /CRM_UI slm.mycompany.com 80
or this
100 030 HTTP /CRM_UI internalhost.mydom.dom 8000
100 031 HTTPS /CRM_UI internalhost.mydom.dom 8000
and of course
100 031 HTTPS /CRM_UI slm.mycompany.com 443
I read soething about, that the Logon Application always is called in the 000 Mandant, so I configured HTTPURLLOC also there.
000 010 HTTP * slm.mycompany.com 80
000 011 HTTPS * slm.mycompany.com 443
000 020 HTTP * internalhost.mydom.dom 8000
000 021 HTTPS * internalhost.mydom.dom 8000
... but it seems to have no effect on the SSL Logon.