Menu

#175 OpenSSL hangs while creating an CSR

1.0
closed
nobody
openssl (1)
2015-12-02
2015-07-14
Vladius
No

I'm trying to create a request with the following OpenSSL v1.0.2 command under MSys2 Windows 7 environment: $ openssl req -out ios.csr -new -newkey rsa:2048 -keyout ios-private.key

I'm getting the following output and the process freezes after that:

Loading 'screen' into random state - done
Generating a 2048 bit RSA private key
................................................................................    .....................................................................+++
................................................................................    ..............................................+++

Discussion

  • Alexx83

    Alexx83 - 2015-07-14

    Can't reproduce. It works for me.

     
  • Vladius

    Vladius - 2015-07-14

    Hello, Alex,

    Hmm, this seem to work, but only under plain MSys2 shell, not under the MINGW64 version. What do you think about it?

     
  • Alexx83

    Alexx83 - 2015-07-14

    Do you have installed mingw openssl package?

     
    • Vladius

      Vladius - 2015-07-15

      Yup.

       
  • Alexx83

    Alexx83 - 2015-07-15

    Try install "winpty" package and run openssl via winpty:

    winpty openssl ...

     
  • David Macek

    David Macek - 2015-12-02

    No response. Closing.

     
  • David Macek

    David Macek - 2015-12-02
    • status: open --> closed