Question Paul Coviello · Nov 6, 2023

CSP issue with only one instance on a new machine

We have a machine that serves 4 instances of Cache on VMS systems, one of them is password protected and works fine as they all do. we decided we wanted something beefier and copied it to a server, well all but the one you have to login to works so 3 of the 4 do.  and the odd part is I can no longer get to the management page from anywhere on any machine, http://localhost/csp/bin/Systems/Module.cxw  I get a 404.8 error, I have tried adjusting security and same thing. and a server availability error.

I think it something on the new machine/server that is missing but why only 1 of the 4.  oh and we tried to turn off the authentication required with no success.

thanks

Paul

Product version: Caché 2015.1

Comments

Paul Coviello  Nov 7, 2023 to David Hockenbroch

thanks though it looks like it's still an issue here http://localhost/csp/bin/Systems/Module.cxw.... and the following. Error Code: DLG_FLAGS_SEC_CERT_CN_INVALID is when I try to go to the systems SMP page the question is what cert ? this is a copy of a system that works.  

0
David Hockenbroch  Nov 8, 2023 to Paul Coviello

That's an issue with the SSL certificate on the server. It's the kind of error you'd see if the domains on the SSL certificate don't match the domain being used to access the website. SSL certificates are a little out of my areas of expertise, so I'm not sure how you determine what you need to do to fix that.

0
Paul Coviello  Nov 8, 2023 to David Hockenbroch

no worries though I did move the csp.ini file from the inetpub folder to the intersystems folder and voila I can get there, though what is odd that if I use the old server address to login to that instance on the new machine it brings me right back to the login screen yet it works fine from everywhere else. and if I try to connect from the new machine I get error 500. 

0