© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
3 replies
rr-miguel

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:
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 version
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 version


If I change the .env to use https, getting SSL errors in the browser.

Any help would be appreciated 🙏
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to enable database webhooks for local development
SupabaseSSupabase / help-and-questions
4y ago
`MalformedJWT` error in local development
SupabaseSSupabase / help-and-questions
4mo ago
Google provider in local development
SupabaseSSupabase / help-and-questions
3y ago
Database Hooks In Local Development
SupabaseSSupabase / help-and-questions
4y ago