Questions tagged as 'openssl'

0
answers

Nignx boot error: ngx_master_520 the event was not signaled for 5s

I'm trying to set up an SSL certificate on my web server that uses Windows 2008 RC2 and Nginx. I always encounter an error in the log file and this causes Nginx not to run. The error is:    Error in initializing Nignx: ngx_master_520 the even...
asked by 25.10.2014 / 07:04
2
answers

Function to create hash in SRI pattern

I was looking at a new specification W3C SRI (Subresource Integrity) , which roughly means Sub-feature integrity that promises to bring more security to features hosted on third-party (or in-house) servers already in use by BootstrapCDN , C...
asked by 09.03.2017 / 02:12
1
answer

How to obtain the CPF / CNPJ number of a digital certificate of type e-CPF / e-CNPJ in models A1 and A3?

I'm developing an alternative method for login via certificate, without needing java or a specific language, just http and php to process backend information (but that could be handled by any other language that processes http). The most common...
asked by 05.04.2017 / 15:21
1
answer

Error Signing Digital Signature - "unable to load Private Key"

To create a Digital Subscription you need:   - Private key.   - Public Key.   - HASH of the file to be signed. I'm using the following algorithm for the process: image1 http://maxicertificadodigital.com.br/images/sobre/03.png ima...
asked by 31.03.2015 / 15:51
0
answers

Error running DotNet on Mac [closed]

Good evening, I installed the .Net Core as per instructions: link I created the project directory and when will I execute (via terminal), as command: dotnet new I get the error below:    Unhandled Exception: System.TypeInitializatio...
asked by 02.10.2016 / 23:57
1
answer

HTTPS POST not working in Delphi

I have a project where I need to make post requests to a webservice that works with HTTPS, but when I try to make the post in Indy 10 using Delphi 2007 it throws an exception saying that it was not possible to load the SSL libraries, but I have...
asked by 27.10.2015 / 13:09
2
answers

Error installing Composer on Windows 7 64bit with Wampserver 2.5

I'm trying to install Composer on W7 64bits. Using the installer for Windows that the Composer Web site provides (Composer-Setup.exe). I have installed Wampserver 2.5 with php5.5.12 and Apache2.4.9. Openssl is enabled in php.ini. I'm havin...
asked by 19.04.2015 / 12:47
1
answer

How to configure in apache HTTPS for a specific page and HTTP for the others?

I need a specific page to work via HTTPS with a specific certificate. How to configure the httpd.conf, httpd-ssl and httpd-vhosts.conf files in apache? Do you have any other files to modify?     
asked by 20.08.2014 / 15:41
2
answers

Migrate PHP function from mcrypt to Openssl

I have a PHP function that uses mcrypt. The problem is that PHP 7.2 does not accept mcrypt anymore ... Does anyone know how to redo it so as to get the same result using Openssl? function Encript($Val, $chave){ $cifrado = MCRYPT_RIJNDAEL_...
asked by 30.07.2018 / 23:35
1
answer

How to create a build script to compile librtmp with openssl?

I'm implementing the ijkplayer project android mediaplayer but I'm having trouble adapting an automated build of librtmp ( rtmpdump ). I have the following example, used to compile OpenSSL in ijkplayer: ijkplayer / android / contrib / t...
asked by 17.06.2016 / 02:38