Skip to content

Instantly share code, notes, and snippets.

@koraykupe
koraykupe / readme.md
Last active April 4, 2023 00:38 — forked from abdumu/howTo.txt
How to fix SSL certificate errors on NativeScript iOS & Laravel Valet setup?

If you have an API and run it on Laravel Valet, you may get errors about SSL ceritifate when you do a call to the API.

An example error you may see:

  • Network request failed: The certificate for this server is invalid. You might be connecting to a server that is pretending to be [your local domain] which could put your confidental information at risk.

How to Fix

-1- edit ~/.composer/vendor/laravel/valet/cli/stubs/openssl.conf Change:

@koraykupe
koraykupe / README-Template.md
Created April 6, 2017 12:22 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites