HTTPServer.StartTLS


public function StartTLS

Prototype:

public function StartTLS(number port=443, string publickey="ssl/publickey.cer", string privatekey="ssl/privatekey.pem", max_connection=0xFF, string interface="")

Parameters

port
(number) has a default value of 443
publickey
(string) has a default value of "ssl/publickey.cer"
privatekey
(string) has a default value of "ssl/privatekey.pem"
max_connection
has a default value of 0xFF
interface
(string) has a default value of ""

Description:

TODO: Document this

Return value:

// TO DO