Author Topic: Adding SSL certificates to Google Chrome Linux (Ubuntu)  (Read 2404 times)

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 415
    • http://blog.avirtualhome.com
Adding SSL certificates to Google Chrome Linux (Ubuntu)
« on: February 03, 2010, 01:28:57 PM »
Hi
I tried the above
when i visit my own webserver at 127.0.0.1 but I still get the warning.

in firefox on the same computer it works fine
but firefox is just slower than chrome

I also tried with 192.168.1.103 instead of 127.0.0.1
certutil -L -d sql:$HOME/.pki/nssdb

Certificate Nickname Trust Attributes
SSL,S/MIME,JAR/XPI

192.168.1.103 CT,,

but still the nasty red warning

In firefox it just works and no warnings.

Warning:
Quote
The site’s security certificate is not trusted!
You attempted to reach 127.0.0.1, but the server presented a certificate issued by an entity that is not trusted by your computer’s operating system. This may mean that the server has generated its own security credentials, which Google Chrome cannot rely on for identity information, or an attacker may be trying to intercept your communications. You should not proceed, especially if you have never seen this warning before for this site.
i run 4.0.295.0 for linux
Peter van der Does
AVH Plugins developer

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 415
    • http://blog.avirtualhome.com
Re: Adding SSL certificates to Google Chrome Linux (Ubuntu)
« Reply #1 on: February 03, 2010, 01:31:02 PM »
Did you use a domain name or IP address for the creation of the certificate?
Peter van der Does
AVH Plugins developer

Anonymous

  • Guest
Re: Adding SSL certificates to Google Chrome Linux (Ubuntu)
« Reply #2 on: February 04, 2010, 11:28:51 AM »
Hi,
Yeah i put in the Name
certutil -d sql:/home/admin/.pki/nssdb -A -t TC -n "nameofcert" -i 127.0.0.1

I see the name of cert when i view the cert in firefox
and when i list it
Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI

nameofcert                                                     CT,,


But still I get the warning

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 415
    • http://blog.avirtualhome.com
Re: Adding SSL certificates to Google Chrome Linux (Ubuntu)
« Reply #3 on: February 04, 2010, 04:22:12 PM »
Try adding the cert with the domain name of your computer instead of IP address.

And just to make sure, the user that start Chrome is the user admin right?
Peter van der Does
AVH Plugins developer

Anonymous

  • Guest
Re: Adding SSL certificates to Google Chrome Linux (Ubuntu)
« Reply #4 on: February 05, 2010, 10:11:18 AM »
Yes I am logged in as admin when i start it