-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Operating system version
macOS Ventura 13.4.1 (c)
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.0.8 (Build: 10)
PHP Version
PHP 8.2.6 (cli) (built: Jun 2 2023 23:59:34) (NTS)
Bug description
Securing Laravel applications in Herd results in the site returning a NET::ERR_CERT_AUTHORITY_INVALID response in Chrome. Unsecuring the site also no longer returns the site to http:// (Non SSL).
This has been the case on 2 machines (Both M1 Max) that have both been ported from Laravel Valet###
Steps to reproduce
- Create a new laravel site in a parked folder using
laravel new test
- Visit
http://test.test
in the browser and note it is non SSL. - Using Herd's sites manager click the padlock icon for
test.test
- Reload the page
- Chrome displays a NET::ERR_CERT_AUTHORITY_INVALID message
- Clicking the padlock again does not revert the site to non SSL
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
No labels