I am continuing to have some sort of problem adding items to our site's shopping cart. I am assuming it is an SSH problem, although I guess there is a chance it could be something else. We use VeriSign certificates. Here are the steps I go through to create a script/keys:

1) Goto a secure page on our website (i.e. the account logon page) and double click on the lock at the bottom of the page, which brings up certificate information. From there I go to the details tab and click copy to file. I then save it to my hard drive as DER format (i.e. c:\boscovs.cer).
The results say:


   Export Keys - No
   Include All Certificates in Certification Path - No
   File Format - DER Encoded Binary X.509

2)  Next i use the java keytool to create a jssecacerts file:
I type:
keytool -import -keystore jssecacerts -file boscovs.cer

when prompted for a keystore password, I type: boscovs (just an abstract password)
when prompted to trust password, I type yes.


3)  Copy the jssecacerts file to my JAVA_HOME/lib/security directory

4) Create a buying scenario in Bad Boy where i find an item on our site and then proceed to add it to the shopping bag. This requires a login (which i do). I stop recording the scenario after I sucessfully see the item in the bag.

5)  I then export the script to JMeter

6) I open up the script in JMeter. Then go to SSL Manager and point to the jssecacerts file I created (in JAVA_HOME\lib\security).

7) Finally, I run the script. In the backgroup command window I see a huge hex dump going on.

8) After the script finishes running, I go to our site, login using the same user ID I did before and check out the shopping cart (which is empty). There should be at least one item in there (from the script). [Our site keeps the shopping cart in the database. So you could login add stuff. Leave for 2 days, come back and see the ssame items you put in 2 days before.]

Does anyone have any clue what I am doing wrong? I was very precise in my instructions [above], so even if i am missing something small or obvious, please tell me.

I appreciate any help you can give me.

Thanks.


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



Reply via email to