cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1173
Views
5
Helpful
4
Replies

Eval LMS 4.2 with 403 Forbidden Error

raun.williams
Level 3
Level 3

Hello,

I'm trying to get LMS 4.2 up and running to eventually eval the compliance license features that are not in PI yet.  However, upon install 4.2 twice now, I get the 403 Forbidden error message (in firefox and IE) when trying to get to use https, http doesn't go anywhere.  I found the below fix in several places, but get no where with it, as I get this error on the perl command:

Can't locate CRM.pm in @INC (ect ect) at bin/ConfigSSL.pl line 6.

I'm not sure what to do, I hate wasting time to try and get an eval to work.  Any help is appreciated, thank you.

Hi ,

Try to Regenerate SSL certificates:

1)       Stop the daemons manager from CLI using /etc/init.d/dmgtd stop
2)       Backup the following files found in /opt/CSCOpx/MDC/Apache/conf/ssl and
then delete:
server.crt
server.csr
server.key
server.pk8
Under CLI go to "\opt\CSCOpx\MDC\Apache\" and then run ConfigSSL.pl by typed the following
command on CLI.
CSCOpx\MDC\Apache\perl configssl.pl -disable
CSCOpx\MDC\Apache\perl configssl.pl -enable
Then fill the certificate accordingly and restart daemons from CLI using net

start the daemon manager:
/etc/init.d/dmgtd stop
Thanks-
Afroz
4 Replies 4

ngoldwat
Level 4
Level 4

Make sure /MDC/tomcat/conf/catalina.properties has correct value of NMSROOT in all path settings.

So why do I have to make all these changes on a fresh install of LMS 4.2?  Is there not an updated install that correct these issues, I'm simply evaling?

I don't understand where needs to be put to get it to run?

AFROJ AHMAD
Cisco Employee
Cisco Employee

Hi .

The error you are getting  while enabling the SSL is a SYNTAX error:

run the command as below:

/opt/CSCOpx/MDC/Apache/bin > /opt/CSCOpx/bin/perl ConfigSSL.pl -enable

This should work.

Thanks-

Afroz

[Do rate the useful post]

Thanks- Afroz [Do rate the useful post] ****Ratings Encourages Contributors ****

It works. Thanks!