HTTPS "remap" rules don't seem to work after TS-291
---------------------------------------------------
Key: TS-438
URL: https://issues.apache.org/jira/browse/TS-438
Project: Traffic Server
Issue Type: Bug
Affects Versions: 2.1.3
Reporter: Leif Hedstrom
Priority: Blocker
Fix For: 2.1.3
It seems after the TS-291 merge to trunk, HTTPS remap rules no longer works.
I've enabled HTTPS support with
CONFIG proxy.config.ssl.enabled INT 1
CONFIG proxy.config.ssl.server.cert.filename STRING ts-test.pem
and in remap.config
map https://loki.ogre.com/ycs http://l.yimg.com/a/lib/ycs
A request like this ought to work, but gives a 404 (indicating no remap rule is
matching);
curl -D - -o /dev/null -s -k https://loki.ogre.comycs/bench/500.bmp
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.