Skip to content

Commit 29ca65d

Browse files
Anmol SundaramAnmolSun
authored andcommitted
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". ******************
1 parent 0319d40 commit 29ca65d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tez-ui/src/main/webapp/.bowerrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"directory": "bower_components",
33
"analytics": false,
4+
"strict-ssl": false,
45
"resolvers": [
56
"bower-shrinkwrap-resolver-ext"
67
]

tez-ui/src/main/webapp/.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-ssl false

0 commit comments

Comments
 (0)