--nVYOjVWOcH+Ezkzp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Karl-Heinz Wild (kh.wild / wicom.li) wrote: > I have a problem with running webrick as https server. > is this a kown problem or something i could correct in my > script. > > s = HTTPServer.new( > :ServerName => SERVERNAME, > :Port => 443, > :SSLEnable => true, ^^^^ This requires the next two lines to be un-commented. > #:SSLVerifyClient => ::OpenSSL::SSL::VERITY_NONE, ^^^^^^^^^^^ This should be VERIFY_NONE > #:SSLCertName => [ [ 'C','LI' ], ['O','servername'], ['CN','WWW'] ], > :DocumentRoot => ROOTPATH + "/htdocs" ) > # ruby server-test.rb [snip] I cannot dupe your problem, the snippet above is incomplete. -- Eric Hodel - drbrain / segment7.net - http://segment7.net All messages signed with fingerprint: FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04 --nVYOjVWOcH+Ezkzp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQFA1O07MypVHHlsnwQRAq3HAKDfNi1buNL+o5VH7BoyJwN6ms+csACbB2CC VYq5Dl+S4Pos5kCWKz79idUfO -----END PGP SIGNATURE----- --nVYOjVWOcH+Ezkzp--