Re: SSL operation failed with code 1: error:0A000126:SSL routines

2022-05-19 Thread Dmitry Belyavsky
Isn't it a fix for this issue? https://github.com/php/php-src/issues/8369 On Thu, 19 May 2022, 21:17 Frederic Leclercq, wrote: > Hi all, > > Apologies for just popping in here, but since I installed ubuntu 22.04 LTS > I often come across the error > "file_get_contents(): SSL operation failed

SSL operation failed with code 1: error:0A000126:SSL routines

2022-05-19 Thread Frederic Leclercq
Hi all, Apologies for just popping in here, but since I installed ubuntu 22.04 LTS I often come across the error "file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000126:SSL routines::unexpected eof while reading" It seems to occur mostly in PHP

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Mark Hack
I may have a mixed Java environment. I will recheck on a clean VM when I get a few minutes. Regards Mark Hack On Thu, 2022-05-19 at 16:46 +0200, Djordje Gavrilovic wrote: > Hm, not working here. > > openjdk version "1.8.0_312" > > OpenJDK Runtime Environment (build >

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Djordje Gavrilovic
Hm, not working here. openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-8u312-b07-0ubuntu1-b07) OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode) Am I correct, the only thing you changed was leaving out the -srcstoretype PKCS12 part? Also, you did not use -legacy

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Mark Hack
I installed java 8 and it seems to work there on the latest versions as well java -versionopenjdk version "1.8.0_312"OpenJDK Runtime Environment (build 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07)OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode) On Thu, 2022-05-19 at 16:02 +0200, Djordje

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Djordje Gavrilovic
Thank you both for your answers! So much! Both of them very helpful. We are stuck with openjdk8 right now...but it is good to know that later versions will work as expected. Thank you guys On 19.5.22. 15:41, Mark Hack wrote: Works for me and since the later versions of java accept both JKS and

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Mark Hack
Works for me and since the later versions of java accept both JKS and PKCS12 you do not have to specify the input store type. java --versionopenjdk 11.0.15 2022-04-19OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1)OpenJDK 64-Bit Server VM (build

OpenSSL is looking to hire a Business Operations Administrator

2022-05-19 Thread Matt Caswell
Please see the following blog post for details of the role: https://www.openssl.org/blog/blog/2022/05/18/hiring-business-operations-administrator/ Matt

Re: [EXTERNAL] Keytool issue with version 3.0.2.

2022-05-19 Thread Erwann Abalea via openssl-users
Bonjour, OpenSSL 3 changed the default ciphers used to protect the private keys and certificates when creating a PKCS#12, to use something less aging. Try adding a "-legacy" when creating the PKCS#12 file with OpenSSL3 and see if keytool can read it. On Thu, May 19, 2022 at 11:53 AM Djordje

Keytool issue with version 3.0.2

2022-05-19 Thread Djordje Gavrilovic
Hi guys, I have a following issue with migrating from version 1.1.1f to 3.0.2: I generate bmstore.pkcs12.pem file with the following commands: ``` openssl req -newkey rsa:2048 -sha1 -keyout bmstore.pkcs8.pem -nodes -x509 -days 999 -out bmstore.x509.crt -subj

Re: openssl 3.0.3 minor patches to build on SCO OpenServer 5.0.7

2022-05-19 Thread Tomas Mraz
On Wed, 2022-05-18 at 16:37 -0500, Kevin R. Bulgrien wrote: > > From: "Matt Caswell" > > Subject: Re: openssl 1.1.1 minor patches to build on SCO OpenServer > > 5.0.7 > > > > Hi Kevin, > > > > The patch in s_socket.c is likely to be acceptable. It looks > > reasonable > > to me, it may well be