I think that what the op means, is that they want to send SSL encrypted TCP transactions (no HTTP layer).
This exists in the wild more often than some would think. Remember the last time you used your credit card at a brick and mortar store? Chances are, the payment data was transmitted via SSL encrypted TCP. The built-in sampler does not initiate an SSL handshake. This is something that I would like to do as well, and I'm in the middle of writing a beanshell sampler to accomplish this same task. It would be great if JMeter supported SSL encryption of all supported protocols. On Mon, Jul 20, 2009 at 6:51 PM, sebb <[email protected]> wrote: > 2009/7/3 smartfish <[email protected]>: > > > > Hi all, > > I want to send all the users request to the server using SSL. So how do > i > > configure JMeter. What changes should i do in different porperties > file.... > > No changes needed, just use https: instead of http: > > > Thanks in advance... > > -- > > View this message in context: > http://www.nabble.com/TCP-Sampler-with-SSL-tp24318489p24318489.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

