Results 1 to 3 of 3

Thread: Work around for "trusted sites" issue with OpenSSL?

  1. #1
    Join Date
    Jun 2007
    Beans
    5

    Work around for "trusted sites" issue with OpenSSL?

    Hey!

    Followed a fantastic guide to getting SSL going and giving myself some certificates:
    http://www.tc.umn.edu/~brams006/selfsign.html

    Unfortunately the latest browser (IE7 and FF3) are displaying gigantic error messages on the sites because the certificates are self-signed. Is there a way to get around this, or does everyone just pony up the money for VeriSign?

    Thanks.

  2. #2
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: Work around for "trusted sites" issue with OpenSSL?

    The error message is there for a good reason. Anyone can make a self-signed certificate, so how do people know they're actually sending their data to you? It sort of defeats the purpose of using SSL encryption for first-time visitors. If there were a "way to get around this", then it would be exploited to trick people into giving away login credentials without warning.

  3. #3
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Work around for "trusted sites" issue with OpenSSL?

    Self-signed certificates are signed by you, not by some company, organization, or certificate authority. Naturally, the browser is going to display a big warning that the site you are attempting to connect to is not Authorized by an authority, and could be a fake site collecting your information.

    Of course, this isn't the case for alot of folks who just want encryption to their website without paying for an authorized certificate.

    Basically, there is no way around the errors (server side).

    Dr Small
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •