No, the encryption is at transport level. The response is decrypted
automatically.

Otherwise how would anyone read pages on sites using https?

On 28/09/2007, Gan Hui Ling <[EMAIL PROTECTED]> wrote:
> Since whatever response is encrypted, does it mean I cannot use
> Assertions to check the contents of the response? In that case, how can
> I still determine if the script is running correctly?
>
> -----Original Message-----
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 27, 2007 5:10 PM
> To: JMeter Users List
> Subject: Re: Problem with HTTPS
>
> On 27/09/2007, Gan Hui Ling <[EMAIL PROTECTED]> wrote:
> > I'm using jmeter 2.2
>
> Which is quite old now.
>
> > Do you mean I do not need to change any settings at all in order for
> > it to run?
>
> Yes, but whether it will work at all depends a bit on the server - the
> current version (2.3RC4) does not check certificate chains or
> certificate expiry etc and handles keystores better.
>
> 2.2 will probably prompt for a keystore password, but you can ignore
> that.
>
> > Btw, I am running on Java 1.5.0.0_7
>
> [I guessed that from the trustStore property ...]
>
> > -----Original Message-----
> > From: sebb [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 27, 2007 4:44 PM
> > To: JMeter Users List
> > Subject: Re: Problem with HTTPS
> >
> > On 27/09/2007, Gan Hui Ling <[EMAIL PROTECTED]> wrote:
> > > Hi
> > > I have recorded Jmeter scripts and replayed them successfully on
> > > development environment, using HTTP protocol.
> >
> > Which version of JMeter?
> >
> > > However, when I switched to production environment, where https is
> > > enabled, I wasn't able to replay the scripts. The production
> > > environment also uses Siteminder - will this affect the scripts?
> >
> > No idea.
> >
> > > The settings I have changed to enable https are as follows:
> > >
> > > jmeter.properties:
> > > ssl.provider=com.sun.net.ssl.internal.ssl.Provider
> > > ssl.pkgs=com.sun.net.ssl.internal.www.protocol
> >
> > Not necessary.
> >
> > > javax.net.ssl.trustStore=C:\Program
> > > Files\Java\jre1.5.0_07\lib\security\cacerts
> >
> > Not necessary.
> >
> > > javax.net.ssl.keyStore=C:\Program
> > > Files\Java\jre1.5.0_07\lib\security\cacerts
> > > javax.net.ssl.keyStorePassword=changeit
> >
> > Not necessary unless you are using client certificates.
> >
> > > JMeter scripts
> > > - Use Follow Redirects
> > > - Change default protocol to https
> >
> > OK
> >
> > >
> > > The above setting doesn't work. Then I tried importing the cert
> > > using keytool, to cacerts.
> >
> > Not necessary.
> >
> > > Now jmeter throws error indicating https protocol is unknown!
> > >
> > > Any idea what are the settings which are wrong? Appreciate any help
> > > on
> >
> > > https settings, and the cause for unrecognized https protocol
> >
> > What version of JMeter? Recent versions have much improved SSL
> handling.
> >
> > > Please advise. Thanks!
> > >
> > > --------------------------------------------------------------------
> > > - 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]
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to