Commit 6404cdd
authored
fix: disable https in the proxy client if the http flag is true. (#5229)
This is how it should've been before. The only reason it worked was that
`https_only` was not really enforced. See here:
rustls/hyper-rustls#2951 parent b55418a commit 6404cdd
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
140 | 149 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 150 | + | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| |||
0 commit comments