|
2014-12-09
, 09:32
|
|
Posts: 47 |
Thanked: 118 times |
Joined on Jan 2009
@ Krakow, POLAND
|
#2
|
openssl s_client -connect startpage.com:443 -prexit
Verify return code: 20 (unable to get local issuer certificate)
The Following 2 Users Say Thank You to totalizator For This Useful Post: | ||
|
2014-12-09
, 15:36
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#3
|
The reason is I use a version of links-browser with ssl support compiled in.
The Following 2 Users Say Thank You to reinob For This Useful Post: | ||
|
2014-12-11
, 08:19
|
Posts: 78 |
Thanked: 84 times |
Joined on Aug 2012
|
#4
|
The Following 2 Users Say Thank You to independent For This Useful Post: | ||
Following on from the excellent thread with modest connecting with regards to / sslv3 / tlsv1..
I've been checking to see if openssl connects to various websites securely via the command line.
My reading of this is openssl cannot see the the directory with the ca-certificates in it.
What I have done to try and fix this (to no avail):
- I have tried editing the /etc/ssl/openssl.crt file.
- I have tried symlinking to the /etc/certs/common-ca in several different ways.
- Tried copying the files over.
The reason is I use a version of links-browser with ssl support compiled in. It seems to work but testing with the openssl commands doesn't seem to work. Any ideas?
-----
PS on a completely different note to remove sslv3 (POODLE vulnerability) support in the web browser. Change about:config and set this switch:
security.enable_ssl3 user set boolean false
Last edited by independent; 2014-12-04 at 19:38.