http://qs1969.pair.com?node_id=272678


in reply to Re: Secure Perlmonks
in thread Secure Perlmonks

It is possible to create your own Certificate Authority and self-sign your own SSL certficates. It doesn't cost anything. :)

--
Allolex

Replies are listed 'Best First'.
Re^3: Secure Perlmonks
by ehdonhon (Curate) on Jul 09, 2003 at 22:15 UTC

    Yes, you can self-sign your own certificates and that will do well enough for encryption, but most browsers will not accept it for authentication. That means users will get confusing errors popping up every time the go to log on until they configure their browser to trust the certificate. That kind of stuff scares away users.

      Agreed, but we're talking about Perl Monks, right? :) In this hypothetical case (I don't really think encryption is a good idea), we do have some means of instructing people how to install the certificate.

      --
      Allolex

      It doesn't have to be mandatory, there could be an extra link 'Log in via SSL' and mention on that page that the cert is self-signed and thus may cause browsers to whinge.

      the hatter