Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
garydgregory commented on PR #684: URL: https://github.com/apache/httpcomponents-client/pull/684#issuecomment-3119487725 > I didn't test it with a real case. Didn't have the way. Can't something be set up with Docker and then driven with a Docker Maven plugin? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
arturobernalg commented on PR #684: URL: https://github.com/apache/httpcomponents-client/pull/684#issuecomment-3119463485 I didn't test it with a real case. Didn't have the way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
arturobernalg closed pull request #684: HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) URL: https://github.com/apache/httpcomponents-client/pull/684 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
ok2c commented on PR #684: URL: https://github.com/apache/httpcomponents-client/pull/684#issuecomment-3116786041 @arturobernalg I mean does it really work with real proxy servers like Squid? Has this been tested? As I have already tried to explain it in the past, TLS over TLS is presently not possible due to i/o reactor design limitations in HttpCore. This makes me very, very doubtful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
arturobernalg commented on PR #684: URL: https://github.com/apache/httpcomponents-client/pull/684#issuecomment-3114719729 > @arturobernalg Does it actually work? @olegk Tests for ProxyTlsConnectionOperator and ProxyTlsAsyncConnectionOperator pass, mocking double-TLS handshakes and socket binding for HTTPS proxy tunneling. Patch with code and tests attached for HTTPCLIENT-2369. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] HTTPCLIENT-2369: implemented HTTPS-proxy tunnelling (TLS-in-TLS) [httpcomponents-client]
ok2c commented on PR #684: URL: https://github.com/apache/httpcomponents-client/pull/684#issuecomment-3112972584 @arturobernalg Does it actually work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
