Skip to content

Commit 18459e2

Browse files
committed
HTTPS Repository
Previously, the default repository root pointed at the HTTP endpoint of download.run.pivotal.io. This was due to the fact that the HTTPS certificate (provided by CloudFront) did not match the URI. The CloudFront distribution has now been updated with a matching HTTPS certificate, so this change updates the root to point at the HTTPS endpoint. [#77446526]
1 parent 6784b3b commit 18459e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Repository configuration
1717
---
18-
default_repository_root: http://download.run.pivotal.io
18+
default_repository_root: https://download.run.pivotal.io

0 commit comments

Comments
 (0)