-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
certificate from homematic can not be deleted or replaced with a new file #2322
Comments
thank you for your work around. |
Hello, I have the same issue like antoniobeermann. Error message on manual restart of webserver: root@raspberrymatic:/usr/local/etc/config# /etc/init.d/S50lighttpd reload OK, I check the commands for reloading the webserver. The cert check failed with this result (with my let's encrypt cert converted to server.pem) : root@raspberrymatic:/usr/local/etc/config# /usr/bin/openssl x509 -checkend 86400 -noout -in /etc/config/server.pem In the past I copied the key-file and the crt-file in one server.pem-file and SSL was working. If I use key-file and the cer-file with my LANCOM-devices, I have a working SSL connection. RBM-Version 3.69.7.20230626 My first not working (!) "solution":
Result: SSL-check is passed and no new cert is generated but the webserver is now not starting anymore. Regards, Henning |
I have the same issue with 3.69.7.20230626.
Then tried this:
Edit: |
@ZTHawk can you please share the principle structure of the |
The structure of the file I tried to upload is the same that I have inserted in the server.pem:
|
Sure, but please show it here as an example file. Especially interesting would be which delimiter |
Content (I hope this is what you requested):
|
Ok, I think I have found and fixed the issue. Thus, with the next nightly snapshot or official release version it should be fixed. |
Thanks that worked. I converted my Then I had to delete all the other stuff and manually reorder the blocks so the private key comes first.
|
Describe the issue you are experiencing
I am running 3.69.7.20230506
I tried to replace the original certificate which I generated via GUI about 2022.
I was not able to delete the old one with the GUI button
I was not able to replace it from the GUI with a certificate generated on another system with internet access.
None of the actions produced an error.
The webserver seemed to restart.
Even a manual restart of raspimatic did not solved the problem
Describe the behavior you expected
I thought delete would remove the once uploaded fille instantly.
I thought uploading a new one would replace the original one.
Steps to reproduce the issue
still the old one
What is the version this bug report is based on?
3.69.7.20230506
Which base platform are you running?
rpi3 (RaspberryPi3)
Which HomeMatic/homematicIP radio module are you using?
RPI-RF-MOD
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: