Commit 3d01b05
authored
[registry] Add skip_http_fallback config option (#18)
Allow disabling the automatic HTTPS-to-HTTP downgrade that occurs
on TLS connection errors. When skip_http_fallback is set to true,
TLS errors propagate as-is instead of silently falling back to
plaintext HTTP. Defaults to false to preserve backward compatibility.1 parent c2d8415 commit 3d01b05
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
641 | 644 | | |
642 | 645 | | |
643 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
| |||
886 | 891 | | |
887 | 892 | | |
888 | 893 | | |
| 894 | + | |
889 | 895 | | |
890 | 896 | | |
891 | 897 | | |
| |||
1072 | 1078 | | |
1073 | 1079 | | |
1074 | 1080 | | |
| 1081 | + | |
1075 | 1082 | | |
1076 | 1083 | | |
1077 | 1084 | | |
| |||
0 commit comments