- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 01:19 AM
тАО05-08-2006 01:19 AM
SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
when I try to create a private key using the command "openssl genrsa -out privkey.pem 2048 "
i m getting th follwoing error andom number generatorSLEAY_RAND_BYTESRNG not seeded:md_rand.c:503:You need to read the OpenSSL FAQ, http://www.openssl.org/support/faq.htm
any idea wht this is ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 01:44 AM
тАО05-08-2006 01:44 AM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 01:53 AM
тАО05-08-2006 01:53 AM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
The URL is correct , but i didnt understand how to remove this error
Regards
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 02:53 AM
тАО05-08-2006 02:53 AM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
reading the FAQ:
1. ll /dev/random
2. ll /dev/urandom
3. echo $RANDFILE
4. ll ~/.rnd
5. ll /opt/dev/ssl/.rand
If all of these a blank you do not have a method of creating a random key.
Create a dummy file and assign the environment variable RANDFILE to it, then try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 06:04 AM
тАО05-08-2006 06:04 AM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
This could be a sign of a bad NIC card.
It could be you have 11i v1 or above and would benefit from installing strong random number generator from http://software.hp.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 06:36 PM
тАО05-08-2006 06:36 PM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
I tried creating a dummy file and pointing the RANDFILE varible to it .
But again I m getting same error .
Also I dont have root permission to install s/w from HP site
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 06:39 PM
тАО05-08-2006 06:39 PM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
Download and install OpenSSL for HP-UX from HP, it includes Psudo random number generator(PRNGD)
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 09:36 PM
тАО05-08-2006 09:36 PM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2006 09:39 PM
тАО05-08-2006 09:39 PM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2006 06:58 PM
тАО05-11-2006 06:58 PM
Re: SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:
I have downloded the Downloaded and installed OpenSSL for HP-UX from HP, and it is working fine now
Binu