How can I make git accept a self signed certificate?

To permanently accept a specific certificate Try http.sslCAPath or http.sslCAInfo. Adam Spiers’s answer gives some great examples. This is the most secure solution to the question. To disable TLS/SSL verification for a single git command try passing -c to git with the proper config variable, or use Flow’s answer: git -c http.sslVerify=false clone https://example.com/path/to/git To … Read more

Getting Chrome to accept self-signed localhost certificate

For localhost only Simply paste this in your chrome: chrome://flags/#allow-insecure-localhost You should see highlighted text saying: Allow invalid certificates for resources loaded from localhost Click Enable. Other sites Try typing thisisunsafe anywhere on the window, and the browser should let you visit the page. -OR- For a local self-signed cert that avoids arcane commands, specialized … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)