https://issues.apache.org/bugzilla/show_bug.cgi?id=46148





--- Comment #3 from Sebb <[EMAIL PROTECTED]>  2008-11-05 05:41:34 PST ---
The problem is the debug in HttpSSLProtocolSocketFactory; if you turn that off
using

log_level.jmeter.util.HttpSSLProtocolSocketFactory=INFO

then the test works OK.

There is a comment in the debug code that says:

            /* Warning: the next line seems to cause the error
            * javax.net.ssl.SSLException: Received fatal alert:
unexpected_message
            * with certain sites
            */
            SSLSession sslSession = sock.getSession();

Looks like that debug message should be removed.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to