Branch: Tag:

1997-04-07

1997-04-07 23:23:44 by Per Hedbor <ph@opera.com>

Fixes for SSL3. Should work now if you have all the pike-modules enabled

Rev: server/base_server/configuration.pike:1.20
Rev: server/base_server/roxen.pike:1.48
Rev: server/protocols/http.pike:1.23
Rev: server/protocols/ssl3.pike:1.3

1: - string cvs_version = "$Id: configuration.pike,v 1.19 1997/03/26 05:54:01 per Exp $"; + string cvs_version = "$Id: configuration.pike,v 1.20 1997/04/07 23:23:38 per Exp $";   #include <module.h>   #include <roxen.h>   /* A configuration.. */
2209:    {    string prt;    -  switch(port[1]) +  switch(port[1][0..2])    {    case "ssl":    prt = "https://";