Latest Apache with SSL Enabled: openssl Entry Point Not Found
Closed this issue · 2 comments
I'm using latest Apache (version 2.4.58) on Windows 10 22H2. When Laragon detected changes in project folder (With SSL enabled), this error message shown twice while running either Apache or nginx:
The error message above also appears when enabling SSL. As a result, newly detected projects show "Your connection is not private" when opened with https:
This issue also exist while using Apache 2.4.57, but by switching Apache to version 2.4.54 (Laragon bundled), it's working fine.
So, what causes the OpenSSL error message?
Update: Running OpenSSL via Terminal also throws same error message, which makes OpenSSL didn't output anything.
Terminal output (I use Laragon's Terminal):
E:\staticweb\nextjs-dashboard(main -> origin)
λ openssl rand -base64 32
E:\staticweb\nextjs-dashboard(main -> origin)
λ openssl
E:\staticweb\nextjs-dashboard(main -> origin)
λ
I've updated Apache to 2.4.59, it seems the issue was fixed on apache's side. Closing this for now.