Roxen.git
/
server
/
plugins
/
protocols
/
prot_https.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/plugins/protocols/prot_https.pike:1:
// This is a roxen protocol module. // Copyright © 2001, Roxen IS.
-
// $Id: prot_https.pike,v 2.
6
2002/10/
22
00
:
13
:
34
nilsson Exp $
+
// $Id: prot_https.pike,v 2.
7
2002/10/
25
20
:
04
:
55
nilsson Exp $
// --- Debug defines --- #ifdef SSL3_DEBUG # define SSL3_WERR(X) werror("SSL3: "+X+"\n") #else # define SSL3_WERR(X) #endif inherit SSLProtocol;
Roxen.git/server/plugins/protocols/prot_https.pike:134:
/* Redirect to a https-url */ // my_fd->set_close_callback(0); // my_fd->leave_me_alone = 1; fallback_redirect_request(raw_fd, data, my_fd->config && my_fd->config->query("MyWorldLocation"), port); destruct(my_fd); destruct(this_object());
-
// my_fd = 0; /* Forget ssl-object */
+
} } void ssl_accept_callback(object id) { SSL3_WERR(sprintf("ssl_accept_callback(X)")); id->set_alert_callback(0); /* Forget about http_fallback */ my_fd = 0; /* Not needed any more */ }