You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/05/06 21:22:49 UTC

[jira] Updated: (TS-273) SSL not functioning on "trunk"

     [ https://issues.apache.org/jira/browse/TS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-273:
-----------------------------

    Attachment: ts-test.pem

Attached is a .pem file, for the domain ssltest.example.com. Place it in .../etc/trafficserver. 

records.config changes:

CONFIG proxy.config.ssl.enabled INT 1
CONFIG proxy.config.ssl.server.cert.filename STRING ts-test.pem


remap.config changes:

map https://ssltest.example.com/  http://l.yimg.com/a/lib/ycs/


Command line test:

curl -D - -o /dev/null -s -k -H "Host: ssltest.example.com" https://localhost:443/bench/500.bmp



This works with 2.0.x, but fails on trunk:

May  6 13:20:42.353] Server {139914029123344} ERROR: [SSL_NetVConnection::ssl_read_from_net] SSL_ERROR_SSL

> SSL not functioning on "trunk"
> ------------------------------
>
>                 Key: TS-273
>                 URL: https://issues.apache.org/jira/browse/TS-273
>             Project: Traffic Server
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Leif Hedstrom
>             Fix For: 2.1.0
>
>         Attachments: ts-test.pem
>
>
> I've tried the same config with 2.0.x branch, and trunk. It works fine on the 2.0.x release branch, but fails with this error on trunk:
> Mar 24 09:29:12 loki traffic_server[26898]: {139777394423568} ERROR: [SSL_NetVConnection::ssl_read_from_net] SSL_ERROR_SSL

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.