Re: https

2016-03-26 Thread Brian Geffon
It does whatever is in remap. So if you choose to make a request to /foo and you have a remap to https://www.foo.com/ that will be an outgoing HTTPS connection. Brian On Sunday, March 27, 2016, Dk Jack wrote: > Does atscppapi::AsyncFetch support output https connections? Haven't tried

https

2016-03-26 Thread Dk Jack
Does atscppapi::AsyncFetch support output https connections? Haven't tried it yet. The documentation is not clear if its supported or not. Thanks. -D

[GitHub] trafficserver pull request: Adding patch mentioned in https://issu...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/399 --- 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 feature

[GitHub] trafficserver pull request: Adding patch mentioned in https://issu...

2015-12-28 Thread christoph-k86
GitHub user christoph-k86 opened a pull request: https://github.com/apache/trafficserver/pull/399 Adding patch mentioned in https://issues.apache.org/jira/browse/TS-4009 You can merge this pull request into a Git repository by running: $ git pull https://github.com/christoph

[GitHub] trafficserver pull request: Add some tests around https certificat...

2015-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/165 --- 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 feature

[GitHub] trafficserver pull request: Add some tests around https certificat...

2015-01-28 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/165 Add some tests around https certificate selection Primarily around certificate loading since there were some questions brought up in #121 You can merge this pull request into a Git

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-29 Thread James Peach
here is proxy.process.spdy.total_streams decremented? >> >> Total stats are normally not decremented and are a total count since the >> system has been running or since the last time the stats were reset. We >> don't want to decrement it and there is anothe

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-29 Thread Wei Sun
t. We >don't want to decrement it and there is another stat to see the number of >active streams. > >> >> Where is proxy.process.https.connection_count decremented? Why is it >>persistent? If it's measuring the total number of https connections >>accepted, where

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-28 Thread Bryan Call
> persistent? If it's measuring the total number of https connections accepted, > where is proxy.process.http.connection_count? There is a proxy.process.http.total_client_connections already. After the commit I was thinking that proxy.process.https.connection_cou

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread James Peach
On May 27, 2014, at 9:14 AM, Sudheer Vinukonda wrote: > > > On 5/27/14, 8:47 AM, "James Peach" wrote: > >> On May 27, 2014, at 7:33 AM, Sudheer Vinukonda >> wrote: >> >>> >>> >>> On 5/26/14, 6:00 PM, "James Peach" wrote: >>> Bryan, How are you expecting proxy.process.ssl

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread Sudheer Vinukonda
sion accept timestamp. > >>> What does proxy.process.spdy.total_time mean, and how would I use it? >>> >>> Why does proxy.process.ssl.total_success_handshake_count only count >>> successes? What about failed handshakes? >>>

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread James Peach
oxy.process.ssl.total_success_handshake_count only count >> successes? What about failed handshakes? >> >> Where is proxy.process.spdy.total_streams decremented? >> >> Where is proxy.process.https.connection_count decremented? Why is it >> persistent? If it's measur

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread James Peach
On May 27, 2014, at 6:47 AM, Alan M. Carroll wrote: > James, > > Monday, May 26, 2014, 8:00:59 PM, you wrote: > >> Where is proxy.process.spdy.total_streams decremented? > > I don't think it is - it is counting the total number of streams, which can > only increase. The "ACTIVE" variants cou

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread Sudheer Vinukonda
esses? What about failed handshakes? > >Where is proxy.process.spdy.total_streams decremented? > >Where is proxy.process.https.connection_count decremented? Why is it >persistent? If it's measuring the total number of https connections >accepted, where is proxy.process.http.connection_count? > >

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-27 Thread Alan M. Carroll
James, Monday, May 26, 2014, 8:00:59 PM, you wrote: > Where is proxy.process.spdy.total_streams decremented? I don't think it is - it is counting the total number of streams, which can only increase. The "ACTIVE" variants count the number of objects currently extant. This is parallel to things

Re: git commit: TS-2753: Add more SPDY and HTTPS statistics Reviewed: Bryan Call

2014-05-26 Thread James Peach
does proxy.process.ssl.total_success_handshake_count only count successes? What about failed handshakes? Where is proxy.process.spdy.total_streams decremented? Where is proxy.process.https.connection_count decremented? Why is it persistent? If it's measuring the total number of https connections accepted,

Re: [12/12] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/trafficserver

2013-12-18 Thread Igor Galić
Please whenever possible, rebase before pushing. Otherwise it's quite easy for reviewers to miss a commit.. - Original Message - > Merge branch 'master' of > https://git-wip-us.apache.org/repos/asf/trafficserver > > > Project: http://git-wip-us.apache.or

Re: Can ATS cache https requests?

2013-11-25 Thread Igor Galić
- Original Message - > Hi All, > Can ATS cache https requests? if it's terminating them, then yes, otherwise, no. (You'd have to set-up a transparent proxy and dynamically sign certificates for each site your client machines are accessing. We haven't automated th

Can ATS cache https requests?

2013-11-25 Thread Karthick S
Hi All, Can ATS cache https requests? Regards, Karthick

Re: HTTPS/443 fail in forward proxy.

2013-04-18 Thread Mohd Akhbar
Thanks for the highlight, it sounds more difficult to me since i just started with this caching field. But since now most sites are requiring HTTPS connection (even google search is using https) not to mention social sites and most mobile devices are recommend to use https before fallback to http

Re: [2/2] git commit: Merge https://git-wip-us.apache.org/repos/asf/trafficserver

2013-04-15 Thread Leif Hedstrom
On 4/15/13 1:11 PM, n...@apache.org wrote: Merge https://git-wip-us.apache.org/repos/asf/trafficserver Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/41f1c2e1 Tree: http://git-wip-us.apache.org/repos/asf

Re: HTTPS traffic (not SSL termination)

2013-02-06 Thread James Peach
On Feb 6, 2013, at 7:21 AM, Leif Hedstrom wrote: > On 2/6/13 12:35 AM, oksana fishman wrote: >> I can see a certificate, for example. >> How https traffic can be seen by ATS plugin? > > You mean the SSL handshake? That would be Layer 5, not Layer 7 (HTTPS). I > don&#x

Re: HTTPS traffic (not SSL termination)

2013-02-06 Thread Leif Hedstrom
On 2/6/13 12:35 AM, oksana fishman wrote: I can see a certificate, for example. How https traffic can be seen by ATS plugin? You mean the SSL handshake? That would be Layer 5, not Layer 7 (HTTPS). I don't think we expose any APIs for a plugin to intercept or participate in the handshake

Re: HTTPS traffic (not SSL termination)

2013-02-05 Thread oksana fishman
I can see a certificate, for example. How https traffic can be seen by ATS plugin? On Tue, Feb 5, 2013 at 6:08 AM, Leif Hedstrom wrote: > > On 2/4/13 9:02 AM, oksana fishman wrote: >> >> Hi, >> >> Thank you for quick response >> I don't mean level 3 and

Re: HTTPS traffic (not SSL termination)

2013-02-04 Thread Leif Hedstrom
On 2/4/13 9:02 AM, oksana fishman wrote: Hi, Thank you for quick response I don't mean level 3 and 4. I mean HTTPS traffic How are you going to see anything in the HTTPS requests without doing SSL termination on the proxy server? -- Leif

Re: HTTPS traffic (not SSL termination)

2013-02-04 Thread oksana fishman
Hi, Thank you for quick response I don't mean level 3 and 4. I mean HTTPS traffic On Mon, Feb 4, 2013 at 4:48 PM, Leif Hedstrom wrote: > On 2/4/13 5:20 AM, oksana fishman wrote: > >> Hi, >> Is it possible to configure a trafficserver to work with HTTPS traffic? >>

Re: HTTPS traffic (not SSL termination)

2013-02-04 Thread Leif Hedstrom
On 2/4/13 5:20 AM, oksana fishman wrote: Hi, Is it possible to configure a trafficserver to work with HTTPS traffic? To forward it to the server / parse it ? Only parse the visible fields, not to perform SSL termination ? What visible fields? You mean on Level 3 and 4 ? -- Leif

Re: Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-05 Thread Sun Dezhan
Please add me -sun On Wed, May 5, 2010 at 1:36 PM, dianes wrote: > Add me too please :) > > -diane > > > Leif Hedstrom wrote: >> >> Hi all, >> >> I'm going to request that we get https://blogs.apache.org/trafficserver/ >> created, but part o

Re: Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-05 Thread dianes
Add me too please :) -diane Leif Hedstrom wrote: Hi all, I'm going to request that we get https://blogs.apache.org/trafficserver/ created, but part of this process, I need to know who wants access. This is yet another account creation process :). All committers are welcome to blog

Re: Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-04 Thread Miles Libbey
yes please. miles On May 3, 2010, at 9:20 PM, Leif Hedstrom wrote: Hi all, I'm going to request that we get https://blogs.apache.org/trafficserver/ created, but part of this process, I need to know who wants access. This is yet another account creation process :). All committer

Re: Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-04 Thread Mladen Turk
On 05/04/2010 06:20 AM, Leif Hedstrom wrote: I need to know who wants access. Count me in. Seems that wiki works for all domains. Regards -- ^TM

Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-03 Thread Leif Hedstrom
Hi all, I'm going to request that we get https://blogs.apache.org/trafficserver/ created, but part of this process, I need to know who wants access. This is yet another account creation process :). All committers are welcome to blog about TS, of course. Cheers, -- leif

[jira] Commented: (TS-147) Reverse Proxy Mode + Cache crashes / Segmentation fault when using HTTPS dynamic pages, Static Fine

2010-03-23 Thread James Henderson (JIRA)
[ https://issues.apache.org/jira/browse/TS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848864#action_12848864 ] James Henderson commented on TS-147: I seem to be having the same issue, but with a st

[jira] Commented: (TS-147) Reverse Proxy Mode + Cache crashes / Segmentation fault when using HTTPS dynamic pages, Static Fine

2010-02-06 Thread Jason Giedymin (JIRA)
[ https://issues.apache.org/jira/browse/TS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830579#action_12830579 ] Jason Giedymin commented on TS-147: --- It's possible that TS is trying to verify m

[jira] Created: (TS-147) Reverse Proxy Mode + Cache crashes / Segmentation fault when using HTTPS dynamic pages, Static Fine

2010-02-06 Thread Jason Giedymin (JIRA)
Reverse Proxy Mode + Cache crashes / Segmentation fault when using HTTPS dynamic pages, Static Fine --- Key: TS-147 URL: https://issues.apache.org/jira/browse/TS-147

[jira] Resolved: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-29 Thread George Paul (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Paul resolved TS-123. Resolution: Fixed Fix Version/s: 2.0.0 This patch 'TS123_patch1.diff' has been committed to

[jira] Commented: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread Jason Giedymin (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806235#action_12806235 ] Jason Giedymin commented on TS-123: --- Patch tested, and works. Thanks George &g

[jira] Commented: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread George Paul (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806229#action_12806229 ] George Paul commented on TS-123: This patch 'TS123_patch1.diff' has been committ

[jira] Updated: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread George Paul (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Paul updated TS-123: --- Attachment: TS123_patch1.diff This patch 'TS123_patch1.diff' fixes incorrect check for http being

[jira] Assigned: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread George Paul (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Paul reassigned TS-123: -- Assignee: George Paul > Http fails but https works, when running with the TS process stack, works >

[jira] Commented: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread Jason Giedymin (JIRA)
[ https://issues.apache.org/jira/browse/TS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806211#action_12806211 ] Jason Giedymin commented on TS-123: --- Is Y! running the current trunk on their produc

[jira] Created: (TS-123) Http fails but https works, when running with the TS process stack, works when using 'traffic_server'"

2010-01-28 Thread Jason Giedymin (JIRA)
Http fails but https works, when running with the TS process stack, works when using 'traffic_server'" -- Key: TS-123 URL: https://issues.apache.