尝试加密密码时收到以下错误:Artifactory response: 403 Forbidden

Posted

技术标签:

【中文标题】尝试加密密码时收到以下错误:Artifactory response: 403 Forbidden【英文标题】:The following error was received while trying to encrypt your password: Artifactory response: 403 Forbidden 【发布时间】:2021-09-24 14:55:31 【问题描述】:

我在运行 Jenkins 作业时收到以下错误,但在我在 Jenkins 全局配置中配置后进行测试时测试连接成功。有人可以帮我解决这个问题吗?

jfrog c add artifactory-server --artifactory-url=https://test-artifactory.company.com/artifactory --user=**** --password=****

The following error was received while trying to encrypt your password: Artifactory response: 403 Forbidden

【问题讨论】:

【参考方案1】:

你能试试下面的语法并检查它是否有效吗?参数中不需要=

语法:

jfrog config add <named_server_config> --artifactory-url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --apikey $ARTIFACTORY_APIKEY --interactive=false

示例:

jfrog config add arti-server --artifactory-url http://IP:PORT/artifactory --user **** --password **** --interactive=false

jfrog c add arti-server --artifactory-url http://IP:PORT/artifactory --user **** --password **** --interactive=false

【讨论】:

感谢您的回复。对不起,这是我发帖时的错误。我只使用没有'-'。将更正原帖。 @Ash 更新了我的答案,你可以试试更新的语法吗?

以上是关于尝试加密密码时收到以下错误:Artifactory response: 403 Forbidden的主要内容,如果未能解决你的问题,请参考以下文章

尝试加密/解密时出现 vigenere 密码错误

节点JS错误:无效密码

Gradle Artifactory 发布错误

Artifactory 无法启动 - [错误] 无法执行查询:表 'unique_ids' 已存在

npm 错误!无法认证,需要:Basic realm="Artifactory Realm"

加密(base64)密码未存储在数据库 hsql 中