- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Scanning with Nessus
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
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
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
тАО02-06-2007 04:05 AM
тАО02-06-2007 04:05 AM
I have installed Nessus from the HP-UX Internet Express package. I have done nessus-adduser, nessus-mkcert, and started the nessusd. When I start the nessus client and try to log into one of the users I added, I get the following error:
[1102] SSL_connect: error:00000000:lib(0):func(0):reason(0)
and a GUI with SSL error pops open.
I currently have openssl installed. Any Ideas of what is going on?
Fred
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 04:23 AM
тАО02-06-2007 04:23 AM
Re: Scanning with Nessus
You should check that ssl is properly configured and the right version that nessus needs is installed. I'm not sure if the depot version checks that at install time, but it should.
Tell me how you are running the GUI. Are you connected via CDE, is your DIPLAY variable set and is the font server running, /etc/rc.config.d/xfs or /sbin/init.d/xfs start
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
тАО02-06-2007 04:43 AM
тАО02-06-2007 04:43 AM
Re: Scanning with Nessus
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 06:28 AM
тАО02-06-2007 06:28 AM
Re: Scanning with Nessus
Check the release notes, but I tink I have some ideas.
Some ssl configuration is required before you use nessus.
http://www.ce.chalmers.se/edu/course/EDA262/Lab3.pdf
http://www.nessus.org/news/
http://www.nessus.org/documentation/nessus_3.0_client_guide.pdf
http://people.freebsd.org/~fenner/portsurvey/security.html
Seems a security certificate is required. I'd be shocked if the nessus setup documentation doesn't mention it.
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
тАО02-06-2007 05:56 PM
тАО02-06-2007 05:56 PM
SolutionDoing a little extra on this thread. Offline email exchange. It can be fun.
Message received during testing of nessus.
Connection from 127.0.0.1 is rejected by libwrap
Do we agree that tcpwrappers may be interfering with the operation of this procuct? If so, whats the fix to the tcpwrappers config file?
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
тАО02-07-2007 01:53 AM
тАО02-07-2007 01:53 AM
Re: Scanning with Nessus
I entered into my /etc/hosts.allow file the following:
nessusd 127.0.0.1:allow
and it got past the logging in problem.
Thanks for all the help SEP
Fred