-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
certfile "/anaconda/jupyter.pem" does not exist after updating conda #7156
Comments
Hi @ShadeAlsha, this certificate is not something that Notebook creates so this is probably an issue better placed in an Anaconda issue tracker or community channel. You can try https://github.com/ContinuumIO/anaconda-issues/issues. I'll close this but feel free to open any new issues you may encounter with Notebook! |
Hey @ShadeAlsha I'll reopen this with some additional information/questions. Since you moved your installation to a new location, you will probably need to update the path in your configuration file as demonstrated in https://jupyter-server.readthedocs.io/en/stable/operators/public-server.html#running-a-public-notebook-server. Does this update to your config file solve your issue? |
Hi @ShadeAlsha, just following up on this, are you still experiencing this issue? |
Thank you @RRosio! I generated a new certificate and key on the remote server, but I now I get a new type of error that says
Do you know what could be the issue? |
Thank you for the update @ShadeAlsha. That error seems to indicate an issue with the certificate rather than with Jupyter Notebook. It could be that certificate is expired/invalid/not trusted etc, so I might suggest taking a look at another resource for guidance on this, maybe from the tool you are using to generate the certificate, such as the OpenSSL repository? For now, I will close this issue, but please feel free to open this if you continue to experience issues with Jupyter Notebook, as well as if you have any feedback on the documentation for this! |
Description
When I run
jupyter notebook
in command line, I get the error messageValueError: certfile "/anaconda/jupyter.pem" does not exist
Reproduce
run
jupyter notebook
orjupyter notebook --debug
Expected behavior
Context
This issue appeared after I removed "/anaconda" and re-installed it in another directory "/home/user/anaconda3". Would you please help me in fixing this issue?
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: