Open JackShadow opened 6 years ago
have the same problem, nice work man!
For developer environments, you should probably just add your self-signed certificate to your operating system's certificate keychain; On MacOS, this can be done with:
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain <path/to/cert.crt>
Fix for SSL certificate problem: self signed certificate while using in dev env