Error Domain=Result.AnyError Code=1 "The certificate for this server is invalid. When use carthage install binary


Dear all, I face an issue when set up carthage binary downloading from my own server.
binary “https://my_own_server/xxx.json” xx.xx.xx (in Cartfile) went wrong on bitrise, but it did work on local enviroment.
Perhaps the reason is that I just use “sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt” to generate those keys for https server.
Can you guys help me to fix it on some kinda of bitrise certification setting?

I fixed, ty

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.