View Single Post
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#16
Originally Posted by Bundyo View Post
Well, happy MitM then
Originally Posted by nieldk View Post
Hmm that's tempting ...
Niel, are you fooling us?

Or is it only me having 'problems' with that new cert?
PHP Code:
Dem Zertifikat wird nicht vertrautweil das Aussteller-Zertifikat unbekannt ist.

(
Fehlercodesec_error_unknown_issuer
After adding an exception the site gets certified by startcom (on N900).
But on N900, N9 and also Jolla I need to add an exception.

This is what openssl says:
Code:
~ $ openssl s_client -connect maemo.org:443
CONNECTED(00000003)
depth=0 /C=DE/CN=www.maemo.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=21:unable to verify the first certificate
verify return:1
5401:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:



~ $ openssl s_client -servername maemo.org -connect maemo.org:443
CONNECTED(00000003)
depth=0 /C=DE/CN=www.maemo.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=21:unable to verify the first certificate
verify return:1
5405:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:



~ $ openssl s_client -servername maemo.org -bugs  -showcerts  -co
nnect maemo.org:443
CONNECTED(00000003)
depth=0 /C=DE/CN=www.maemo.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=DE/CN=www.maemo.org
verify error:num=21:unable to verify the first certificate
verify return:1
5448:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:
Possibly this helps:
Code:
~ $ openssl s_client -servername www.maemo.org -bugs  -showcerts 
 -connect maemo.org:443
CONNECTED(00000003)
5604:error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112):s23_clnt.c:599:
Something wrong with redirection of the VMs?
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2016-08-07 at 20:33.
 

The Following 3 Users Say Thank You to peterleinchen For This Useful Post: