[
https://issues.apache.org/jira/browse/AMBARI-26023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781708#comment-17781708
]
Jefferson Almeida edited comment on AMBARI-26023 at 11/1/23 11:41 AM:
----------------------------------------------------------------------
Hi [~vndroid] ,
This is caused by a bower directive that identifies that the domain where the
packages are located is using https, you can disable this check in your
.bowerrc file as follows:
$ cat ambari-admin/src/main/resources/ui/admin-web/.bowerrc
{ "directory": "app/bower_components", "registry":
"https://registry.bower.io", "strict-ssl": false}
was (Author: almeidajeff):
Hi [~vndroid] ,
This is caused by a bower directive that identifies that the domain where the
packages are located is using https, you can disable this check in your
.bowerrc file as follows:
{quote}$ cat ambari-admin/src/main/resources/ui/admin-web/.bowerrc
{
"directory": "app/bower_components",
"registry": "https://registry.bower.io",
"strict-ssl": false
}
{quote}
> How to build on latest Linux Release?
> -------------------------------------
>
> Key: AMBARI-26023
> URL: https://issues.apache.org/jira/browse/AMBARI-26023
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.7.7
> Environment: Ubuntu 18.04
> Reporter: Kane
> Priority: Major
> Attachments: bowerrc.bowerrc
>
>
> How to deal with issues.
> {code:java}
> [DEBUG] Toolchains are ignored, 'executable' parameter is set to
> /home/kane/apache-ambari-2.7.7-src/ambari-admin/src/main/resources/ui/admin-web/node/node
> [DEBUG] Executing command line:
> /home/kane/apache-ambari-2.7.7-src/ambari-admin/src/main/resources/ui/admin-web/node/node
>
> /home/kane/apache-ambari-2.7.7-src/ambari-admin/src/main/resources/ui/admin-web/node_modules/bower/bin/bower
> install --allow-root
> bower angular-animate#* CERT_HAS_EXPIRED Request to
> https://registry.bower.io/packages/angular-animate failed: certificate has
> expired
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]