Commit ebf3d63
authored
transport-netty4 module set TLS SNI when server_name is provided (#20321)
* transport-netty4 module set TLS SNI when server_name is provided
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
* add buildSecureClientTransportEngine hook with serverName to handle SNI
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
* delegate SNI configuration to the secureTransportSettingsProvider
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
* update CHANGELOG.md
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
* fix Changelog.md
entry pointed to Issue instead of PR
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
* fix format
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>
---------
Signed-off-by: Orlando AGESOKO <orlando.agesoko@soheito.moe>1 parent a5081f3 commit ebf3d63
3 files changed
Lines changed: 32 additions & 2 deletions
File tree
- modules/transport-netty4/src/main/java/org/opensearch/transport/netty4/ssl
- server/src/main/java/org/opensearch/plugins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
190 | 201 | | |
191 | 202 | | |
192 | 203 | | |
193 | 204 | | |
194 | 205 | | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
229 | 241 | | |
230 | 242 | | |
231 | 243 | | |
| 244 | + | |
232 | 245 | | |
233 | 246 | | |
234 | 247 | | |
235 | 248 | | |
236 | 249 | | |
237 | | - | |
| 250 | + | |
| 251 | + | |
238 | 252 | | |
239 | 253 | | |
240 | 254 | | |
| |||
299 | 313 | | |
300 | 314 | | |
301 | 315 | | |
302 | | - | |
| 316 | + | |
| 317 | + | |
303 | 318 | | |
304 | 319 | | |
305 | 320 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
125 | 139 | | |
0 commit comments