leokhoa/laragon

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:
image_2024-02-25_130925365
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:
image_2024-02-25_132119048
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.