Question
· Apr 27, 2022

Running Cache on LocalHost

Hi,

I am not able to connect to the local web browser.

If I try to open documentation (http://localhost:57772/csp/sys/UtilHome.csp) I get

Caché Server Pages Version 2018.1.6.717.0
Server Availability Error

Server is currently unavailable

If I call up the log CSP.log I have the following:

Access Denied
    Diagnostic
    Failed to connect to 'LOCAL' - Reason: 0 (Connection successfully made but server not responding) (No Retry)

I cannot figure this out

Product version: Caché 2018.1
Discussion (8)1
Log in or sign up to continue

Assuming Caché Terminal is working, you should be able to access these settings via the ^SECURITY menu.

Sign on via Terminal with an administrative account (SuperUser,  cacheusr,  _SYSTEM) using the password you provided during installation.

Change to the %SYS namespace using the command zn "%SYS"

Issue the command do ^SECURITY at the %SYS> prompt.

Choose System Parameter Setup

Choose Edit system options

Press Enter until "SSLServer connect type" displays with 3 options

Choose 1 to disable SSL (the current setting may be displayed near the end of the prompt)

Press Enter to step through the remaining prompts, and confirm changes to the security parameters.

Exit from the menu, and type h followed by Enter to exit the session.

Thank @Jeffrey Drumm 
It was set to 1.

What I have done is take the CSP.INI file of the Apache server and delete the lines for Username and Password and try to reconnect.

I now got the Web Gateway Management Page :-- http://localhost:57772/csp/bin/Systems/Module.cxw -).  So I have an interface. 

I reentered the username and password. For  the record my passwords are generated but (I am assuming) if they work on the IIS version of CSP Gateway it should work on the inbuilt one.

Connecting to the server gives: Server Availability Error / Server is currently unavailable 

I will see the audit and update

I reset the password and it is working.  Still baffled why it worked on one interface but not the other.

Thanks everyone