Github user shinrich commented on the pull request:
https://github.com/apache/trafficserver/pull/241#issuecomment-119198776
Turns out no code change is needed. See comments on issue for details.
---
If your project is set up for it, you can reply to this email and have your
reply app
Github user shinrich closed the pull request at:
https://github.com/apache/trafficserver/pull/241
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the featur
Github user shinrich commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/241#discussion_r34028929
--- Diff: iocore/net/SSLUtils.cc ---
@@ -308,8 +308,10 @@ set_context_cert(SSL *ssl)
if (ctx != NULL) {
SSL_set_SSL_CTX(ssl, ctx);
Github user bgaff commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/241#discussion_r34001015
--- Diff: iocore/net/SSLUtils.cc ---
@@ -308,8 +308,10 @@ set_context_cert(SSL *ssl)
if (ctx != NULL) {
SSL_set_SSL_CTX(ssl, ctx);
#i
GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/241
TS-3742: ATS incorrectly advertises TLS ticket extension.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts-3742