Displaying 20 results from an estimated 20 matches for "pem_lib".
2006 May 25
2
tls not working with postfix in chroot mode on centos4.0
...stfix from sources with tls &
cyrus-sasl support. I copied the certificates from /usr/share/ssl to
/etc/postfix.
Below are the errors I am getting:
May 25 13:27:51 test1 postfix/smtpd[4095]: warning: TLS library problem:
4095
:error:0906406D:PEM routines:DEF_CALLBACK:problems getting
password:pem_lib.c:10
5:cyrus-sasl support. I copied the certificates from /usr/share/ssl to
/etc/postfix.
Below are the errors I am getting:
May 25 13:27:51 test1 postfix/smtpd[4095]: warning: TLS library problem:
4095
:error:0906406D:PEM routines:DEF_CALLBACK:problems getting
password:pem_lib.c:10
5:
May 25 13:...
2015 Jan 14
4
Obtain public key
...he private key?
I know it's in host file however for the purpose of this message I need to
be able to generate it on the command line.
I tried
openssl ec < ed25519_key.priv
I get an error
read EC key
unable to load Key
140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20150114/8d0c18b2/attachment.html>
2001 Jan 27
4
load host key error:
I get error:
%SSHD-3-ERROR: Could not load host key: /tmp/ssh_host_dsa_key: Bad file
descriptor
Jan 26 23:58:52: %SSHD-6-INFO: Disabling protocol version 2. Could not
load host key
Everything looks okay, the file exists, (it was generated using command:
ssh-keygen -d -f ssh_host_dsa_key -N '')
I also do 'ls' and find the file exists with permissions:
-rw------- 1 root group
2016 Apr 01
2
Libreswan PEM format
I have tried
openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
I get
unable to load Private Key
140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote:
> You can do any kind of format conversions with openssl commandline client.
>
> Eero
> 1.4.2016 3.56 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoi...
2016 Apr 01
5
Libreswan PEM format
...<glennpierce at gmail.com> kirjoitti:
>
>> I have tried
>> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
>>
>> I get
>> unable to load Private Key
>> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
>> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
>>
>>
>>
>> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote:
>> > You can do any kind of format conversions with openssl commandline
>> client.
>> >
>> > Eero
>> > 1.4....
2016 Apr 01
2
Libreswan PEM format
...> I have tried
>> >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
>> >>
>> >> I get
>> >> unable to load Private Key
>> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
>> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
>> >>
>> >>
>> >>
>> >> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote:
>> >> > You can do any kind of format conversions with openssl commandline
>> >> clien...
2016 Jan 08
24
[Bug 2522] New: Key parser should reflect errors from OpenSSL
...from openssl on failure). The proposed patch
does not solve only the issue with empty key and "crippled" one, but
also problems with unknown RSA1 keys when built without SSH1 protocol:
$ ./ssh-add <(echo "")
140239613359768:error:0906D06C:lib(9):func(109):reason(108):pem_lib.c:701:Expecting:
ANY PRIVATE KEY
Error loading key "/dev/fd/63": invalid format
$ ./ssh-add /tmp/rsa
140408665470616:error:0906D066:lib(9):func(109):reason(102):pem_lib.c:809:
Error loading key "/tmp/rsa": invalid format
$ ./ssh-add /tmp/rsa1
140632696993...
2018 Apr 07
6
OpenSSH private key format errors with LibreSSL 2.7
On 2018-04-07 11:24, Bernard Spil wrote:
> On 2018-04-07 9:04, Joel Sing wrote:
>> On Friday 06 April 2018 21:31:01 Bernard Spil wrote:
>>> Hi,
>>>
>>> When using OpenSSH with LibreSSL 2.7.x it cannot read existing RSA
>>> and
>>> ECDSA private keys.
>>>
>>> Error loading key "./id_rsa": invalid format
2009 Nov 04
2
Certificates Revocation Lists and Apache...
...rl.pem
usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check] [-engine e] cert1 cert2 ...
$ openssl verify -verbose -CApath cassl/ -purpose crlsign -crl_check cassl/crl.pem
unable to load certificate
9605:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:647:Expecting: TRUSTED CERTIFICATE
$ openssl verify -verbose -CAfile cassl/cassl.pem -purpose crlsign -crl_check cassl/crl.pem
unable to load certificate
9606:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:647:Expecting: TRUSTED CERTIFICATE
Any idea what I am doing wrong?...
2016 Apr 01
2
Libreswan PEM format
...sa -in bicester_left.pub -outform pem > bicester_left.pem
>> >> >>
>> >> >> I get
>> >> >> unable to load Private Key
>> >> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
>> >> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
>> >> >>
>> >> >>
>> >> >>
>> >> >> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi>
>> wrote:
>> >> >> > You can do any kind of format conver...
2016 Apr 01
2
Libreswan PEM format
Hi I am trying to setup a libreswan vpn between centos 7 and a Mikrotik router.
I am try to get the keys working. My problem is the Mikrotik router
wants the key in PEM format
How do I export the keys generated with ipsec newhostkey
into PEM format ?
Thanks
2016 Apr 01
0
Libreswan PEM format
....32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti:
> I have tried
> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
>
> I get
> unable to load Private Key
> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
>
>
>
> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote:
> > You can do any kind of format conversions with openssl commandline
> client.
> >
> > Eero
> > 1.4.2016 3.56 ip. "Glenn Pierce&quo...
2016 Apr 01
0
Libreswan PEM format
...tti:
> >
> >> I have tried
> >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
> >>
> >> I get
> >> unable to load Private Key
> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
> >>
> >>
> >>
> >> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote:
> >> > You can do any kind of format conversions with openssl commandline
> >> client.
> >> >
&g...
2015 Jan 14
0
Obtain public key
...r the purpose of this message I need to
> be able to generate it on the command line.
> I tried
>
> openssl ec < ed25519_key.priv
>
> I get an error
>
> read EC key
> unable to load Key
> 140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start
> line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
Ed25519 keys are not supported by OpenSSL, and are generated completely
by tinc itself. The format of ed25519_key.priv is also not a standard
format. The public key can be extracted from it though, I'll add an
option to the tinc CLI to do this, just in case som...
2004 Mar 24
5
[Bug 818] ssh-keygen Bad passphrase error
http://bugzilla.mindrot.org/show_bug.cgi?id=818
Summary: ssh-keygen Bad passphrase error
Product: Portable OpenSSH
Version: 3.8p1
Platform: PPC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: sandino at
2016 Apr 01
0
Libreswan PEM format
...; >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem
> >> >>
> >> >> I get
> >> >> unable to load Private Key
> >> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
> >> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
> >> >>
> >> >>
> >> >>
> >> >> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi>
> wrote:
> >> >> > You can do any kind of format conversions with openssl comma...
2015 Jan 14
2
Obtain public key
...able to generate it on the command line.
> > I tried
> >
> > openssl ec < ed25519_key.priv
> >
> > I get an error
> >
> > read EC key
> > unable to load Key
> > 140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start
> > line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
>
> Ed25519 keys are not supported by OpenSSL, and are generated completely
> by tinc itself. The format of ed25519_key.priv is also not a standard
> format. The public key can be extracted from it though, I'll add an
> option to the tinc CLI to d...
2016 Apr 01
0
Libreswan PEM format
...-outform pem > bicester_left.pem
> >> >> >>
> >> >> >> I get
> >> >> >> unable to load Private Key
> >> >> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start
> >> >> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi>
> >> wrote:
> >> >> >> > You ca...
2004 Jun 30
10
[Bug 887] Problem connecting OpenSSH Client to a F-Secure SSH Server
http://bugzilla.mindrot.org/show_bug.cgi?id=887
Summary: Problem connecting OpenSSH Client to a F-Secure SSH
Server
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at
2013 May 08
14
PuppetDB: SSL problems
Hi all,
I''m setting up puppetdb to for storing facts et cetera. I installed
puppetdb-1.3.0-1.el6.noarch.rpm on my puppetdb.local host (which is
puppetized). This seems to work, service starts :).
When I edit the settings on my puppetmaster (puppet.local), something goes
wrong. I am following the guide [1]. I put the settings (storeconfigs =
true, storeconfigs_backend=puppetdb) on my