Questions tagged [openssl]

OpenSSL: The Open Source Toolkit for SSL and TLS

OpenSSL is an open source project which develops software for Secure Sockets Layer (SSL v2/v3), Transport Layer Security (TLS v1), as well being a full-strength general purpose cryptography library.

OpenSSL provides both a library (for use within your own program), and a series of command line tools for common tasks.

1601 questions
0
votes
1 answer

OpenSSL Handshake Failure (14094410) - Erroneous Client Certificate Check from Mobile Phone

I'm running a proxy server through Apache with modssl, which we're using to proxy POSTs from mobile devices to another internal server. This works successfully for most clients, but requests from a specific phone model (Nokia 2690) are showing a…
Clayton Sims
  • 103
  • 1
  • 4
0
votes
2 answers

copssh: SSH "connection refused" on one machine, successful on others

While I can connect from a client to the server (openssh prompts for login info), I get "ssh: connect to host port 22: Connection refused" on another one. Being not a UNIX wizard (thus: sorry for all the wrong or missing…
TheBlastOne
  • 103
  • 1
  • 5
0
votes
1 answer

IIS7,restrict the client by SSL Cert?

I have a ASP.NET web application host on Windows Server 2008 IIS7, everythings work well. I want to deny the user without SSL cert install in browser (IE/Firefox etc) for example, there are 10 staffs allow to access this website. I had do the…
Cheung
  • 135
  • 1
  • 1
  • 7
0
votes
1 answer

Configuring Apache2.2 + mod_ssl; need an explanation, not a how-to

N00b question, sorry: I installed Apache 2.2.17 + OpenSSL on a Windows box, and now I'm trying to configure mod_ssl, but I can't. What I did was the following: Using OpenSSL, create a certificate (C:\my\cert) and a key (C:\my\key). Uncomment the…
isekaijin
  • 153
  • 1
  • 1
  • 6
0
votes
1 answer

HTTPS debugging

I tried debugging my HTTPS settings for a server and got an error as: error:num=19:self signed certificate in certificate chain Here is the complete output of the test. http://paste.org/pastebin/view/29097 Can anyone comment how can I find more…
Sparsh Gupta
  • 1,127
  • 7
  • 21
  • 31
0
votes
1 answer

How do I install OpenSSL for PHP 5.3.5 on Windows XP?

I want to send emails with GMail in my project, so I should enable OpenSSL (when I checked in phpinfo, that was disabled). ----> OpenSSL support disabled (install ext/openssl) )... I am using that latest version of WampServer: DOWNLOAD WampServer…
SilverLight
  • 290
  • 3
  • 11
  • 22
0
votes
2 answers

Root CA's: Is there an agreed upon standard of CA's?

I know that the Root CA bundles differ between OS/browsers/applications. However, it seems like Verisign is always included. How did this become the case? Is there some sort of standard? I'm just curious since SSL has become a big topic lately at my…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
0
votes
2 answers

How do I create certificates for both ends of an stunnel connection?

I am using stunnel to authenticate RDP (Remote Desktop) and I need to verify that a client possesses the proper credentials. So people cannot brute force into the machine. I am also using a bad (outdated) version of RDP that has security…
unixman83
  • 1,932
  • 8
  • 25
  • 33
0
votes
2 answers

Installing Plone on Centos fails: Unable to find libssl or openssl/ssl.h

My dedicated Server has CentOS 5.5. I tried to install Plone, so I basically did: wget launchpad.net/plone/4.0/4.0.2/+download/Plone-4.0.2-UnifiedInstaller.tgz tar xzf Plone-4.0.2-UnifiedInstaller.tgz cd Plone-4.0.2-UnifiedInstaller ./install.sh…
paskster
  • 301
  • 5
  • 12
0
votes
4 answers

Installing OpenSSL (or Node.JS) on RHEL 5

I have to install Node.JS on a customer’s server which runs RedHat Enterprise Linux 5 (5.3, afaik). I’m an experienced Debian and Gentoo admin, but have not worked with RedHat systems for about 10 years. As far as I can see, there’s no official…
scy
  • 337
  • 3
  • 11
0
votes
1 answer

Generating OpenVPN static keys in memory?

I know I can generate an OpenVPN static key by 'openvpn --genkey --secret myfile.key'. In python, I am currently using a shell call to generate a key, open the 'myfile.key' and read it back in. It would be much cleaner if I could do it without the…
Aaron C. de Bruyn
  • 588
  • 10
  • 30
0
votes
1 answer

OpenSSL issue: requesting by IP - fails

I have ubuntu 8.04lts with apache2+svn+openSSL there. For last few months used locally only via local server name. Fine. Now tried to access from internet - getting SSL handshake error. If I'm requesting locally but via server IP - same error. log…
stim
  • 101
  • 4
0
votes
3 answers

GMAIL SMTP with openssl : cursor just blinks after the . , not getting the 250 OK queued for delivery

I am trying to send mail from the command line using the openssl. I am able to connect to the smtp server of gmail on port 465 and also the authentication is successful . The MAIL FROM and rcpt to also work fine . Next when i enter data it gives me…
linuxnewbie
0
votes
1 answer

Updating OpenSSL for Apache 1.3.41

I need to upgrade a Mac OS X Server (10.4.11) box's openssl to 0.9.8o and was wondering about the process. Will I need to rebuild Apache with the new version of OpenSSL or will I be able to just update OpenSSL and be done with it? If I do need to…
jjbohn
  • 11
  • 1
0
votes
2 answers

Qmail says "PRNG not seeded" when sending mail to certain servers

We recently moved a web server running Fedora 2 and Plesk 8.2.1 to a virtual machine. Since then, qmail has been refusing to send messages to certain servers, complaining in the mail log that…
Eric3
  • 302
  • 2
  • 10