Enable SSL for API URL in Local Development
Hello friends!
Would anyone know how to enable https for the API URL in local development?
In case helpful:
If I change the .env to use https, getting SSL errors in the browser.
Any help would be appreciated
Would anyone know how to enable https for the API URL in local development?
In case helpful:
azharc@Jelly ~> curl -v https://localhost:54321
* Trying 127.0.0.1:54321...
* Connected to localhost (127.0.0.1) port 54321 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version
* Closing connection 0
curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol versionIf I change the .env to use https, getting SSL errors in the browser.
Any help would be appreciated