Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEZ-4492 : Disable strict-ssl for Bower Registry CERT_EXPIRE issue ( …
…BOWER-2608) After the recent Bower certificate renewal, Tez RPM build is failing because of ****************** [INFO] bower more-js#0.8.8 CERT_HAS_EXPIRED Request to https://registry.bower.io/packages/more-js failed: certificate has expired ****************** A workaround is to disable strict-ssl in bowerrc . We need to disable it for .yarnrc as well, otherwise the build was leading to a different error : ****************** error An unexpected error occurred: "https://registry.yarnpkg.com/boom/-/boom-7.3.0.tgz: unable to get local issuer certificate". ******************
- Loading branch information