diff --git a/.vib/common/goss/templates/check-ca-certs.yaml b/.vib/common/goss/templates/check-ca-certs.yaml index aea3a214a2ee3..35d0df1bf892d 100644 --- a/.vib/common/goss/templates/check-ca-certs.yaml +++ b/.vib/common/goss/templates/check-ca-certs.yaml @@ -7,5 +7,5 @@ # - None ######################## http: - https://bitnami.com: + https://google.com: status: 200 diff --git a/.vib/ruby/goss/ruby.yaml b/.vib/ruby/goss/ruby.yaml index d446731b5e69e..7d1b96bf8a2e2 100644 --- a/.vib/ruby/goss/ruby.yaml +++ b/.vib/ruby/goss/ruby.yaml @@ -10,7 +10,7 @@ command: - "{{ $module }}" {{ end }} check-ssl: - exec: ruby -rnet/https -e "Net::HTTP.get URI('https://bitnami.com')" + exec: ruby -rnet/https -e "Net::HTTP.get URI('https://google.com')" exit-status: 0 {{ range $flag := .Vars.flags }} check-{{ $flag }}: