Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Fri 24 May 2013, 15:39
All times are UTC - 4
 Forum index » House Training » Bugs ( Submit bugs )
Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [4 Posts]  
Author Message
d(O o O)b


Joined: 11 Apr 2012
Posts: 10
Location: Usually in the middle of some ocean

PostPosted: Wed 11 Apr 2012, 02:28    Post subject:  Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---  

Hi,

Not sure if this is a bug or just something missing from my system.

Iron 15.0.900.2 cannot access any HTTPS pages. Instead it reports error code 9.
I have no problem accessing HTTPS pages with either firefox or elinks.

Additionally in Iron when I try to access preferences/Under the Bonnet/HTTPS-SSL/Manage Certificates, Iron totally crashes and the process exits.

Has anyone else ever repeated this problem and more importantly does anyone know how to fix it? I would much rather use Iron than firefox, it seem faster.

I hope I am not repeating some earlier thread. I have searched and cannot find any previous occurrence.

Last edited by d(O o O)b on Thu 12 Apr 2012, 06:42; edited 1 time in total
Back to top
View user's profile Send private message 
rameshiyer

Joined: 17 Sep 2009
Posts: 211
Location: Calicut, Kerala, India

PostPosted: Wed 11 Apr 2012, 04:18    Post subject: HTTPS problem browser
Subject description: Not loading gmail etc.
 

I am also facing same problem in Google Chrome or Chromium. This problem only in Linux only. ( some versions do not have such problem) However, no problem in Windows version. I feel, Iron browser also built in chromium build.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger 
d(O o O)b


Joined: 11 Apr 2012
Posts: 10
Location: Usually in the middle of some ocean

PostPosted: Wed 11 Apr 2012, 22:55    Post subject:  

I have done some more googling.

The problem is not with the pet, but appears to be inherent in all chromium browsers on linux, due to the google chaps not creating a certificate manager but instead relying on shared nss database. The intricacies of merging my firefox nss database are currently beyond me. I have tried nss-tools certutil, but have stumbled at the 'libsoftokn3.so: cannot open shared object file'

I think I will just stick with firefox for now Crying or Very sad

Don't suppose anyone fancies writing a chromium certificate manager pet ?
Back to top
View user's profile Send private message 
d(O o O)b


Joined: 11 Apr 2012
Posts: 10
Location: Usually in the middle of some ocean

PostPosted: Thu 12 Apr 2012, 06:37    Post subject: Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem SOLVED  

I have managed to solve the HTTPS/SSL problem - at least for my system. Below is how I did it in case anyone else is still having similar problems:-

I managed to get rid of the 'libsoftokn3.so: cannot open shared object file' error by
downloading a later edition of the nss package from the following address using firefox.

https://launchpad.net/~ubuntu-mozilla-security/+archive/ppa/+build/2772094

I then decided to have another go with importing certificates into a shared database for Iron and Firefox.

First I created the directory structure /root/.pki/nssdb, because it didnt exist. I then moved the following files into it from /root/.mozilla/firefox/nunzpnku.default directory (the last dirname might be different on other installations)
cert8.db
key3.db
After moving them I created symlinks to them in the /root/.mozilla/firefox/nunzpnku.default directory so firefox could still get at them.

All the above I found through google, but cannot quite remember where.

I then downloaded needed certificates for chromium:-
$ wget -O cacert-root.crt "http://www.cacert.org/certs/root.crt"
$ wget -O cacert-class3.crt "http://www.cacert.org/certs/class3.crt"


Then I tried to import them into the certificate database

$ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org" -i cacert-root.crt
$ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org Class 3" -i cacert-class3.crt

and got this error:
/usr/lib/libnssutil3.so: undefined symbol: PL_ClearArenaPool.

Googling that error got me back to the puppy linux forum and a post by Danello dated Wed 22 Feb 2012, 13:38 Post subject: How I fixed firefox 10.0.2
In this post he mentioned the same error and had fixed it by symlinking some of the /usr/lib libraries to the ones in /usr/lib/firefox

So:-

In /usr/lib, I renamed all of these with .old extension

libnspr4.so
libnssutil3.so
libplds4.so
libssl3.so
libnss3.so
libplc4.so
libsmime3.so

and symlinked from there to the corresponding files in /usr/lib/firefox

I then found that 'certutil' reporting problem with version of libnssutil3.so - I restored the version in /usr/lib by removing the .old extension

Next problem, 'certutil' reporting problem with libnss3.so - restored the version in /usr/lib by removing the .old extension

certutil now working fine.

Updated certificate database with previously downloaded certificates:-
$ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org" -i cacert-root.crt
$ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org Class 3" -i cacert-class3.crt

Iron browser is now handling HTTPS pages just fine. Maybe later I will move the library files permanantly out of /usr/lib/firefox and uninstall firefox completely. For now I will just wait and see how we go. Smile
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [4 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Bugs ( Submit bugs )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0411s ][ Queries: 11 (0.0031s) ][ GZIP on ]