我的最终目标是能够使用 Elastic Beanstalk 从我们的 github 企业服务器进行 pip 安装。问题是 ec2 实例不信任来自 Network Solutions 的 SSL 证书。
来自 Elastic Beanstalk Python EC2 实例的回溯:
>> git clone https://my.ghe.com/some/repo.git
Cloning into 'squire'...
fatal: unable to access 'https://my.ghe.com/some/repo.git/': Peer's Certificate issuer is not recognized.
我已经尝试了六种可能的修复方法,但都无济于事。有没有人通过https成功克隆?我想避免通过 ssh 进行克隆,所以我不必处理 eb 中的 ssh 密钥。