Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Error with certs
« previous
next »
Print
Pages: [
1
]
Author
Topic: Error with certs (Read 275 times)
bman
Newbie
Posts: 7
Karma: 0
Error with certs
«
on:
October 16, 2024, 10:24:54 am »
Hi,
got small error, no impact, just looking how to fix it.
1. I have SD card with UFS, upgraded to 24.7.6 from previous version -> no error.
2. new install
- took new SD card and put ZFS. Installed 24.7
- load old config from 24.7 hotfix 5 to get internet quickly
- upgraded to 24.7.6
- install missing packages
- restore config for 24.7.6 from SD card 1
All works, except error below. I think it showed up after the install of 24.7.
Error:
Traceback (most recent call last):
File "/usr/local/opnsense/scripts/system/certctl.py", line 203, in <module>
cmds[sys.argv[1]]()
File "/usr/local/opnsense/scripts/system/certctl.py", line 160, in cmd_rehash
os.symlink(src_filename, dst_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/certs/untrusted/Staat_der_Nederlanden_c' -> '/etc/ssl/blacklisted/03179a64.0'
It looks like the blacklisted dir is missing. Is there a way to fix this? thx
Logged
jclendineng
Full Member
Posts: 153
Karma: 7
Re: Error with certs
«
Reply #1 on:
October 17, 2024, 03:27:04 am »
same error here.
Logged
adn77
Newbie
Posts: 23
Karma: 2
Re: Error with certs
«
Reply #2 on:
October 20, 2024, 11:21:28 pm »
I am also on a fresh install.
Seems like creating /etc/ssl/blacklisted fixes the issue.
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: Error with certs
«
Reply #3 on:
October 21, 2024, 09:03:56 am »
Sorry, this slipped through while testing 24.7.6 due to not being tested with new images, but then quickly showed up for 24.10 testing. FreeBSD 14 acutally changed the directory name and the new name has to be used now.
# opnsense-patch
https://github.com/opnsense/core/commit/b72c6087a
(this will be fixed in 24.7.7 this week)
Cheers,
Franco
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Error with certs