python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ERROR: While executing gem ... (Gem::Exception) OpenSSL is not available
I get this openssl error when trying to install/update any gem, although I have openSSL installed through brew install openssl.
This can be frustrating but there is a way to address this problem.
Karan Sapolia
Votes: 0
Answers: 1
How to get ca-bundle from openssl
I have generated the SSL using openssl using the following commands. Which have generated the cert and key file but where do I get the ca-bundle file. I need the ca-bundle file to include in nodejs ap...
Ashiq Dey
Votes: 0
Answers: 0
Why SSL certificate match with private key but doesn't match with CSR?
I use the following command to create your private key and CSR (using the ECC algorithm):
openssl ecparam -out ECC.key -name prime256v1 -genkey -noout
openssl req -new -key ECC.key -out ECC.csr -sha25...
Tần Quảng
Votes: 0
Answers: 0
Memory leak Using OpenSSL APIs
I am running a DTLS Server which handles more than 500 connections, every time some connections are closed i see there is some RAM memory utilization increases.
I wonder there is a leak in memory fro...
Chandra
Votes: 0
Answers: 1