You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2007/02/28 14:28:35 UTC

DO NOT REPLY [Bug 41727] New: - HTTP Request sampler dues not support SSL on non-Sun JVMs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727

           Summary: HTTP Request sampler dues not support SSL on non-Sun
                    JVMs
           Product: JMeter
           Version: 2.2
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: minor
          Priority: P4
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: will@uk.ibm.com


The standard HTTP Sampler has hard coded in the JSSE libraries from Sun rather
than using the properties (ssl.provider and ssl.pkgs) from jmeter.properties file.

The HTTP Sampler HTTPClient correctly uses these configuration parameters, so
there is a workround.

This problem found using IBM J2RE 1.4.2 IBM AIX build ca142-20050609.
Properties set as follows for HTTP Sampler HTTP Client:
ssl.provider=com.ibm.jsse.JSSEProvider
ssl.pkgs=com.ibm.net.ssl.internal.www.protocol

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From sebb@apache.org  2007-03-07 08:27 -------
Thanks - marking as fixed.

If the problem recurs, please reopen with full details of the platform.
[The first part of jmeter.log shows most of the details.]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727





------- Additional Comments From alf@i100.no  2007-03-07 06:42 -------
(In reply to comment #4)
> I just checked, and the zip contents are identical for me - perhaps there was a 
> download problem...

I checked again, I agree with your observation. I probably mixed up and used an
older "lib" file.

> So can I now mark the bug as fixed?
I have tested on IBM JRE 1.4.2 on Windows, while the person who reported this
bug was running IBM JRE 1.4.2 on Aix.
But I would say that you can mark it as fixed, and then people should reopen it
if in facts works differently on other hardware / software platforms.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727





------- Additional Comments From alf@i100.no  2007-03-07 03:08 -------
I've tested the nightly build jakarta-jmeter-2.2.20070304_bin.zip (the
corresponding lib file seemed to have too old jar files) together with 
jakarta-jmeter-r515418_lib.zip on Windows, running the following java version :

java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT
enabled: jitc))

and I am able to test https sites, doing both HTTP GET and HTTP POST.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From sebb@apache.org  2007-03-07 05:29 -------
(In reply to comment #3)
> (In reply to comment #2)
> > I've tested the nightly build jakarta-jmeter-2.2.20070304_bin.zip (the
> > corresponding lib file seemed to have too old jar files) together with 

I just checked, and the zip contents are identical for me - perhaps there was a 
download problem...

> > jakarta-jmeter-r515418_lib.zip on Windows, running the following java 
version :
> > 
> > java version "1.4.2"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
> > Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT
> > enabled: jitc))
> > 
> > and I am able to test https sites, doing both HTTP GET and HTTP POST.
> I was a bit unclear, so to be precise, I'm able to both HTTPS GET and HTTPS 
POST.

So can I now mark the bug as fixed?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727





------- Additional Comments From sebb@apache.org  2007-02-28 05:47 -------
I think this is fixed in SVN - the whole SSL area has been overhauled somewhat.

If you want to try, here are the nightly builds:

http://people.apache.org/builds/jakarta-jmeter/nightly/

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 41727] - HTTP Request sampler dues not support SSL on non-Sun JVMs

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41727





------- Additional Comments From alf@i100.no  2007-03-07 03:10 -------
(In reply to comment #2)
> I've tested the nightly build jakarta-jmeter-2.2.20070304_bin.zip (the
> corresponding lib file seemed to have too old jar files) together with 
> jakarta-jmeter-r515418_lib.zip on Windows, running the following java version :
> 
> java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
> Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT
> enabled: jitc))
> 
> and I am able to test https sites, doing both HTTP GET and HTTP POST.

I was a bit unclear, so to be precise, I'm able to both HTTPS GET and HTTPS POST.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org