Skip to main content
Participant
October 18, 2008
Question

Access to MX7 Coldfusion administrator page

  • October 18, 2008
  • 1 reply
  • 1017 views
we have coldfusion MX7 run on window 2003. After using Certificate Generator in Window 2003 to create a certificate for the security page. We can no longer ba able to log in https://1720.0.1/CFIDE/Administrator/index.cfm and got an error message
Certificate invalid....

How can we access to the CF admin to change the configuration?
    This topic has been closed for replies.

    1 reply

    October 21, 2008
    You are trying to login to: https://127.0.0.1/ - usually a certificate will require that you use the actual hostname as used in the certificate https://yourserver.yourDomain.com etc.

    If that is not the issue - use a non-SSL connection or the internal JRun/ColdFusion server. This defaults to port 8500.

    Regardless, this is not a CF, but a webserver issue. So any way you can access the machine will work.
    Participant
    October 28, 2008
    After I ran the certificate generator I lost the CFIDE folder under IIS. I tried to copy it from the old server before it upgraded and it does not work. I do not want to re-install the CF MX7 because this is a production server. How can I run the CF admin to reset the config...