NetApp OnCommand System Manager 500 Connection Refused

By | January 23, 2015

I recently upgraded my NetApp OnCommand System Manager and upon trying to login I was presented with the error: “500 Connection Refused”.

500_Refused

This can occur if TLS is not enabled in DataONTAP.  In this particular scenario, the only SSL protocol available was SSLv3, which most browsers now have disabled by default, or if your SSL certificate on the filer has expired.

To enable TLS in DataONTAP, login to the filer via SSH and issue the following command:

options tls.enable on

If you have a high availability setup with multiple controllers, ensure that you issue the command on both nodes.

12 thoughts on “NetApp OnCommand System Manager 500 Connection Refused

  1. shabnam

    Thanks for the post. After running around all over google with suggestions, this one worked. And it wasn’t do this and do that, it told you WHY you do this or that….

  2. Zeeshan Kamil

    I recently upgraded my NetApp OnCommand System Manager and upon trying to login I was presented with the error: “500 Connection Refused”.

    thanks this problems have been solved by this command in data on tap options tls.enable on

  3. BEST

    I have checked the options tls it is on my controller but still having the same problem.
    Please what other fix do I apply ..please help out.

  4. Cody Post author

    Did you check the certificate the filer is presenting? It will give the same error if it is expired.

  5. PM

    This has been worked after enabling httpd.admin – options httpd.admin.enable on

  6. Shane Taylor

    Thanks, it worked! I had to do it on both our controllers and regenerate a 2048 bit self signed certificate.

  7. Ragend

    It really worked, thank you so much for the post

  8. Grateful Admin

    Running both commands options “options tls.enable on” and “httpd.admin.enable on” (no quotes) in SSH (Putty) worked like a champ! Thanks guys!!!

Comments are closed.