After activating the SSL VPN, the End User Portal is not responding/accessable.
After deactivating the SSL VPN, I have to de/reactivate the End User Portal to get access again.
Tried it on my installation. I was able to access the end user portal with enabled SSL. You might have noticed that SSL and the end user portal listens on the same port. Port 443. Indeed it is SSL who listens on port 443. The SSL daemon (OpenVPN) differentiates between VPN traffic and end user portal traffic. If it detects end user portal traffic, it redirects the traffic to the implemented http daemon. Please have a look into /var/log/openvpn.log. You should find some lines like "... Non-OpenVPN client protocol detected" "... port-share-redirect] received, client instance exiting"
Would be interesting to see what's in your logfile.
Do either of you have the option to download the client from the end-user portal? All I get is a message stating the remote access is not configured for the user.
__________________ ACE v8/SCA v9.3
...still have a v5 install disk in a box somewhere.
Do either of you have the option to download the client from the end-user portal? All I get is a message stating the remote access is not configured for the user.
__________________ ACE v8/SCA v9.3
...still have a v5 install disk in a box somewhere.
The webserver which serves the end user portal runs on port 10443. OpenVPN (SSL) forwards traffic to this port, if a browser requests on port 443. If a VPN client sends a request, OpenVPN answers directly.
Does this work? If this also does not work. Please send output of the following command:
netstat -tanup |grep httpd
And the logfile /var/log/httpd.log (the last lines which were logged during connect to the portal).