Replace http: by https: URLs
ClosedPublic

Authored by vkrause on Aug 14 2019, 5:03 PM.

Details

Summary

Done using the automated tools from D19996.

Diff Detail

Repository
R247 Metadata for repositories
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause requested review of this revision.Aug 14 2019, 5:03 PM
vkrause created this revision.
bcooksley accepted this revision.Aug 17 2019, 8:05 PM
bcooksley added a subscriber: bcooksley.

This looks fine to me, assuming all of these sites support HTTPS (looks like most of them are our sites, and they do support it)
Will you be able to land this?

This revision is now accepted and ready to land.Aug 17 2019, 8:05 PM

This looks fine to me, assuming all of these sites support HTTPS (looks like most of them are our sites, and they do support it)

The script only updates URLs that respond and complete the TLS handshake successfully, yes. So what's left on http: is either dead or does not support HTTPS on the same URL at least.

Will you be able to land this?

I'll try, not sure since this is in the sysadmin namespace.

This revision was automatically updated to reflect the committed changes.