M and MSM Series
1752815 Members
5960 Online
108789 Solutions
New Discussion

MSM Controller & External Web Server

 
dimmyk
Occasional Contributor

MSM Controller & External Web Server

Hello,

 

 

I am trying to implement a solution with MSM Controller & External Web Server. Althought i am doing all the steps in he configuration Guide, what i achieved so far is clients being redirected to the external server, but after the login nothing happens. Clients are redirected back to the login page again.

 

On the Html Code i have a post form like this :

 

<form action="https://controller_ip:8090/goform/HtmlNocLoginRequest?username=username&password=password&ipaddress=user_ipt" method="post">.

 

The log on the controller shows nothing. Also a tcpdump on the web server(apache) does not show any traffic on the specified port.

 

Does anybody implemented a solution like this? Any configuration guide(preferably source code example) is much appreciated.

 

Thanks