Operating System - HP-UX
1833865 Members
2165 Online
110063 Solutions
New Discussion

Re: Looking for HP-UX SOCKS Client with SSL support

 
Pat Shueh
New Member

Looking for HP-UX SOCKS Client with SSL support

I am looking for a socks client with SSL support. Help please!

2 REPLIES 2
Sebastien Masson
Valued Contributor

Re: Looking for HP-UX SOCKS Client with SSL support

First, I don't know which language you use for your socket client.

If it C, check OpenSSL toolkit (www.openssl.org)

If you want something faster, you can use a SSL Proxy like: (http://www.obdev.at/products/ssl-proxy/index.html) or stunnel (http://stunnel.mirt.net/). Both work well on HP-UX

Or you have some Perl CPAN module to build a SSL socket, check in crypt CPAN module.

I hope this will answer your question
William Arijs
Occasional Advisor

Re: Looking for HP-UX SOCKS Client with SSL support

Sebastien, Pat,

I've tried to install stunnel on my HP9000 HP-UX 11.00 and got compile problem with gcc:

[HP9001]:/misc/root/stunnel/stunnel-3.14 > ./configure
loading cache ./config.cache
checking host system type... hppa1.0-hp-hpux11.00
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot creat
e executables.

Could you tell me what I'm doing wrong ?

thanks

St??phane