Questions tagged as 'openssl'

1
answer

Convert certificate cer without PK into PCKS12

I have a Certificate in my account and need to export it to authenticate to a site - following these procedures: link . Only in the import on windows, it does not export along with the private key. How should I proceed? I have already performed...
asked by 17.02.2017 / 13:37
1
answer

Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?

When launching a script PHP I had a wonderful surprise:    Warning: file_get_contents (): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Here is an excerpt from my PHP PHP : <?php $siteU...
asked by 28.01.2017 / 08:10
2
answers

C - OpenSSL (d2i_RSA_PUBKEY, d2i_RSAPrivateKey and d2i_RSAPublicKey)

I created an RSA private key through the following command: openssl genrsa -out keypair.pem 2048 I need these keys to be stored in DER (PKCS # 1) format. So, I converted this private key, which is in PEM format, into two files in DER forma...
asked by 22.04.2016 / 20:34
1
answer

Install OpenSSL on AWS EC2 [closed]

I'm trying to install SSL on an AWS EC2 Linux server. And I'm in trouble right from the start. I'm trying to install OpenSSL first. I downloaded and unzipped the link version, but now I do not know which file to use for installation ! A...
asked by 02.02.2016 / 10:27
0
answers

API access on port 443 returning Connection timed out

I am configuring a webAPI and after configuring everything (id, key, signature, other data api requests) and authenticate by HEADER in php using json and CURL to post to the site the return is being Curl error: Failed to connect to 111.222.33...
asked by 01.06.2015 / 01:17
1
answer

HTTPS SSLv3 Error Indy Delphi 7

I'm trying to connect via HTTPS using SSLv3 (needed to consume a specific service), but when I try to perform the post, I get the following error: At first, I think it's a problem in configuring the components. I already did a search but...
asked by 07.11.2014 / 11:53
1
answer

How to extract the public key from a .pem certificate for use with openssh

I have a rsa private key formatted as PEM issued by the Amazon Key Generation Service (AWS). I need to extract the public key, from the private key to use in the ~/.ssh/authorized_keys file in other instances. How do I ex...
asked by 10.12.2018 / 17:49