09-21-2013 08:48 AM - edited 03-18-2019 01:50 AM
DEARS,
I'M trying to access my VCS web interface but all i get is a blank page everytime i put the user name and password .though i can manage to access through SSH and i've put some command to remove the certificatation authentication ( if the problem caused by the certificate authintication ) but still nothing happens please please please advice
09-22-2013 02:08 AM
Hi Hossam,
is this VCS is in a cluster?
what commands you run for certificate authentication? can you please explain what made you to run into the issue?
Rgds
Alok
09-22-2013 04:41 AM
HI Alok,
Thank you very much for responding , the vcs is not a cluster ,the problem is probably caused by Configuring the VCS wrongly and we belive that the certificate authintication has been changed from "no required" to "authunticated " i've tried to use other browsers and other PC but i get the same blanc page ive tried some commands to remove this issue but nothing changed ,this is some of the command that i tried :
1- on Root-----
echo "SSLVerifyClient none" > /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
2-Return factory reset level 3
3- some command for https mode on ....etc
09-22-2013 09:11 AM
Hi Hossam,
i believe you alread tried the command in order to hardcode apache on system to not use client certificate-based security;
you need to perform below steps to disable the certificate based authentication.
- login to ssh at root prompt.
- run the command
echo "SSLVerifyClient none" > /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
- tun the command tsh and then run the command "xcommand restart"
once the vcs server reload you will be having web access and login as admin user and navigate to system and set the client certificate-based security to "not required".
- now run the command
rm /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
- go to maintenance and restart and perform another restart.
Rgds
Alok
09-22-2013 09:52 PM
Dear Alok,
I did exactly the what you have said again ,even though i did it before but still i got nothing ,
09-22-2013 10:28 PM
Hi Hossam,
i tried the steps in my lab it works perfectly the way it is described. i don't know if you did something extra.
anyways you also run the xcommand default valuse set level 3 right? it didn't work after that?
can you do a factory reset using "factory-reset" command.
Thnx
Alok
02-11-2014 12:34 AM
Hi Alok,
i am getting the following error when i ssh to the VCS
error Application failed - An unexpected software error was detected in /apache2/bin/httpd -f /etc/apache2/httpd.conf -DNO_DETACH -DHTTP -DSSL: 1
would this be a separate issue to what is being discussed in this forum?
any help to fix this issue would be great
kind regards
Vu
09-22-2013 10:34 PM
Hi Alok,
Can you tell what is the command exactly and should i put it in root ?
PS : the vcs version is 7.2
09-22-2013 10:50 PM
command to do a facotry-reset is "factory-reset -i" . option "i" is for interactive.
when you put the command it will ask you number of options. you can answer them using yes/no. question will be like do you want to retain the ip or do you want to retain the option keys etc.
Rgds
Alok
09-23-2013 03:40 AM
As it sounds you can reach the password page I would assume its not the sslclientverify issue.
Anyhow, you did not mention which OS and browser you use and if there might be some
other things like disabled java script or proxies in place. Could you give a comment on that?
I would try it with a different browser, best in the same network with all proxies disabled.
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
09-23-2013 10:16 PM
Dear Alik & Martin ,
Thank you very much for your help and support i have deleted the file removecba.conf and now the web interface is working ,
01-31-2014 05:17 AM
Hi Hossam,
i;m actually experiencing the same issue as well... i followed the steps outlined above however i can't seem to delete the removecba.conf file.
can you please explain how you did it?
thanks
Vu
02-01-2014 07:49 AM
Dear Vu Lo,
please do the following steps :
:echo "SSLVerifyClient none" > /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
Note: After this command is entered, the VCS cannot be reconfigured for Client certificate-based security until the
removecba.conf file is deleted and the VCS is restarted. ( u must delete this file )
3. You must restart the VCS in order for this configuration change to take effect. When you are ready to restart the VCS,
enter these commands:
tshell
xcommand restart
Note: This restarts the VCS and drops all calls/registrations
4. Once the VCS reloads, Client certificate-based security is disabled. However, it is not disabled in a desirable way. Log in to the VCS with a read-write admin account. Navigate to
System > System page on the VCS.
On the system administration page of the VCS, ensure that Client certificate-based security is set to "Not required":
5.once complete, enter this command as root in SSH in order to reset Apache back to normal:rm /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
Warning: If you skip this step, you can never re-enable Client certificate-based security.
6.Restart the VCS one more time in order to verify that the procedure worked. Now that you have web access, you can restart the VCS from the web interface under
Maintenance >
Restart.
hope this will help
02-02-2014 02:18 PM
Hi Hossam,
i'm not much of a unix expert... so just wanting to confirm. To delete the removecab.conf file is it simply using the command
rm -i removecab.conf or do i have to use the full file directory as well?
cheers
Vu
02-02-2014 04:32 PM
Its always good to ask if unsure, espeically by using the root account.
if you execute this command it will delete the file removecab.conf in the current directory and ask you first to confirm (-i).
-v gives you a more verbose output.
So if you want to delete that file you either have to change the directory first:
cd /tandberg/persistent/etc/opt/apache2/ssl.d/
and then
rm -iv removecab.conf
or specify the path (as Hossam already mentioned in 5). The -i option is a good idea here as well, so you can use:
rm -iv /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
If the file is not present you get a error message like:
rm: cannot remove `/tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf': No such file or directory
without -v you just get nothing in return if the file is deleted and with -v you should see something like:
~ # rm -iv /tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf
rm: remove regular empty file `/tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf'? y
removed `/tandberg/persistent/etc/opt/apache2/ssl.d/removecba.conf'
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide