Closed espen795 closed 1 month ago
Hi, I understand your issue, but I cannot reproduce it. There is no "default" SSL certificate, that will be choosen if none has been provided. So the "default" certificate you are getting is not from my addon and seems to be from wordpress I guess?
I think wordpress uses another config, not the default apache config, where my addon writes in the ssl path.
Could you try choosing a different path in the addon with no files, but with the same parameters for SSL then? You should see the default HA Apache2 page with the correct SSL certificate. If thats the case, everything is working from the addon.
Hi, Thank you for the quick response. You are very right, I removed everything Wordpress-related and it did work again. Even after re-deploying Wordpress it no longer occurs. I will close it.
The problem
Config
Yaml file in the addon:
The .conf does appear to be correct (also for SSL)
Certificates I want used are in the folder.
Issue
It is serving me the following certificate (empty one with default values)
This matches the file found in (partly ommited):
Workaround
If I do
I get the right certificate. But that shouldn't be needed I assume. Is there a fix? Thanks in advance!
What version of Home Assistant Core has the issue?
2024.10.0
What version of the addon has the issue?
2.9.4
What type of installation are you running?
Home Assistant OS
Add-On causing the issue
Apache2
Log information
Additional information
No response