| Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3183 Location: Hilversum, NL, EU
|
|
| Back to top |
|
Otomatic

Joined: 01 Sep 2011 Posts: 322 Location: Paris, France, EU
|
Posted: Tue 28 Apr '26 10:47 Post subject: |
|
|
Hi,
For me —though I don't use all the features— this version 2.4.67 works fine.
Thanks. |
|
| Back to top |
|
DnvrSysEngr

Joined: 15 Apr 2012 Posts: 228 Location: Denver, CO USA
|
Posted: Wed 29 Apr '26 1:09 Post subject: |
|
|
| For what I am using Apache for, 2.4.67 RC1 is working without any issues. |
|
| Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 89 Location: Bridgeton,NJ,USA
|
Posted: Wed 29 Apr '26 4:22 Post subject: |
|
|
hi! would not work for me this is the error msg that happens in this new release,rolled back to previous release and everything works again.
| Code: | [Tue Apr 28 22:18:10.084488 2026] [ssl:error] [pid 17144:tid 448] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=djswebserver.com / issuer: CN=E7,O=Let's Encrypt,C=US / serial: 0696DF8559AD169F1441A401932D4758ACCC / notbefore: Mar 6 08:09:57 2026 GMT / notafter: Jun 4 08:09:56 2026 GMT]
[Tue Apr 28 22:18:10.084488 2026] [ssl:error] [pid 17144:tid 448] AH02604: Unable to configure certificate djswebserver.com:443:0 for stapling
|
EDIT: using wampserver 3.4.2
SSLstapling is also turned off in ssl conf file |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 743
|
Posted: Wed 29 Apr '26 7:49 Post subject: |
|
|
Sure you copied all files from RC1 over ?
Same httpd.conf ?
You using Wampserver 3.4.2, sure you running RC1 with all the depencies ? |
|
| Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 89 Location: Bridgeton,NJ,USA
|
Posted: Wed 29 Apr '26 7:51 Post subject: |
|
|
i asked claude ai and im not sure how accurate this response is but here it is
| Code: | Apache 2.4.67 RC1 promoted AH02604 from a non-fatal warning to a startup-blocking error.
In 2.4.66 these were just noise in the log and Apache carried on. In RC1 they prevent startup. This is a known regression in the RC build.
The deeper issue is that SSLUseStapling Off at the global level is no longer suppressing stapling initialization in 2.4.67 RC1 — it's still running ssl_stapling_init_cert against your certs and failing. |
and yes all dependencies
i also have | Code: | | SSLOpenSSLConfCmd Curves X25519MLKEM768:X25519:prime256v1:secp384r1 | if this makes any difference? |
|
| Back to top |
|
Otomatic

Joined: 01 Sep 2011 Posts: 322 Location: Paris, France, EU
|
|
| Back to top |
|