RHELシステムでPLURA V5クラウドサービス接続のためProxyシステムを一緒に使用する場合、 下記の通りProxy設定をする必要があります。
# vi /etc/profile.d/plura.sh
http_proxy=http://(Proxy IPアドレス):(Proxyポート)
https_proxy=$http_proxy
no_proxy=”127.0.0.1, amazonlinux.ap-northeast-2.amazonaws.com”
export http_proxy https_proxy no_proxy
例
プロキシを経由した接続テスト
# curl -v https://repo.plura.io