You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by dafaefe eafdfdf <cr...@yahoo.com> on 2006/01/25 21:52:13 UTC

Assertions and SSL

 Can I use assertions and https?  I am  using an assertion to look for text on the response page.  The  application uses client certificates to authenticate before serving up  the response.  The authentication works and the response comes  back successfully ( Response code 200 in the server log) but the  assertion fails. Is there a way to display the unencrypted response  page?
  
  Thanks for the help.
  

		
---------------------------------
 
 What are the most popular cars? Find out at Yahoo! Autos 

Re: Assertions and SSL

Posted by dafaefe eafdfdf <cr...@yahoo.com>.
Thanks sebb.  My problem was javascript redirects were not being followed.
  

sebb <se...@gmail.com> wrote:  On 25/01/06, dafaefe eafdfdf  wrote:
>  Can I use assertions and https? I am using an assertion to look for  text on the response page. The application uses client certificates to  authenticate before serving up the response. The authentication works  and the response comes back successfully ( Response code 200 in the  server log) but the assertion fails. Is there a way to display the  unencrypted response page?
>

SSL only encrypts the communication; the contents will be unencrypted
when presented to the Listener.

Add a Tree View Listener, and you should be able to see the contents.

If you add an Assertion Listener, it will give more info on the
Assertion failure.

S.

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




		
---------------------------------
Do you Yahoo!?
 With a free 1 GB, there's more in store with Yahoo! Mail.

Re: Assertions and SSL

Posted by sebb <se...@gmail.com>.
On 25/01/06, dafaefe eafdfdf <cr...@yahoo.com> wrote:
>  Can I use assertions and https?  I am  using an assertion to look for text on the response page.  The  application uses client certificates to authenticate before serving up  the response.  The authentication works and the response comes  back successfully ( Response code 200 in the server log) but the  assertion fails. Is there a way to display the unencrypted response  page?
>

SSL only encrypts the communication; the contents will be unencrypted
when presented to the Listener.

Add a Tree View Listener, and you should be able to see the contents.

If you add an Assertion Listener, it will give more info on the
Assertion failure.

S.

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