You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/11/17 11:15:13 UTC

[Bug 65687] New: Unable to add .p12 certificate with keystore password

https://bz.apache.org/bugzilla/show_bug.cgi?id=65687

            Bug ID: 65687
           Summary: Unable to add .p12 certificate with keystore password
           Product: JMeter
           Version: 5.4
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: venkatesh.n@moviuscorp.com
  Target Milestone: JMETER_5.5

I need to execute API request from Jmeter, which required the .p12 certificate.

In jmeter using the keytool command need to convert the .p12 file in to .jks
file, but while converting observing error

keytool -importkeystore -srckeystore rnd100_client.p12 -srcstoretype pkcs12
-destkeystore key.jks -deststoretype jks
Importing keystore rnd100_client.p12 to key.jks...
Enter destination keystore password: xxxxxx
Re-enter new password: xxxxxxx
Enter source keystore password: xxxxxx
keytool error: java.io.IOException: keystore password was incorrect


Which in the keystore password, under the system.property file there is no any
keystore password saved.



Please assist me how I can execute these API request frm Jmeter

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65687] Unable to add .p12 certificate with keystore password

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65687

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
please ask this on the user mailing list.
Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.