LoginSignup
4
4

More than 5 years have passed since last update.

【Git】自前で立てたGitでSSL認証失敗

Posted at

社内でgitbucketを使ってgitを立てて、httpsでアクセスすると認証エラー発生。

fatal: unable to access 'https://XXXXX.git/': SSL certificate problem: self signed certificate

GitでSSL認証失敗のエラーが出る」を参考に、gitでSSL認証しない設定にした。たぶんあるあるなのでは。

git config http.sslVerify false
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4