簡體   English   中英

Jenkins - 私有子網 EC2 上的禁止錯誤 403

[英]Jenkins - Forbidden error 403 on private subnet EC2

我正在學習 devops 並致力於一個項目,以在私有子網上的 aws ec2 上安裝 jenkins。 按照數字海洋文檔,我能夠成功安裝它,並且 jenkins 服務正在運行。

https://www.digitalocean.com/community/tutorials/how-to-install-jenkins-on-ubuntu-20-04

我有一個 ALB 設置來訪問 Jenkins,但目標組因運行狀況檢查 403 而失敗。

When I try to curl on http://localhost:8080 on the same ec2 host or from the bastion host, I get an "Authentication required" error, and doing curl with -I gives me HTTP/1.1 403 Forbidden.

我花了很多時間試圖在谷歌上尋求幫助,但沒有任何效果,我有點卡在這里。

有人可以指出我正確的方向嗎?

嘗試改用/login

curl -v http://localhost:8080/login

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM