e.g.,
{{{
socket: new connection id: 4047f490
socket: try to start ssl at client id: 4047f490
socket: new connection established. id: 4047f490
socket: closing client with id: 4047f490 error loading CA locations (Permission denied)
socket: fatal error while ssl wrapping: error loading CA locations (Permission denied)
}}}
Because of this in server_event, not sure about server_select:
{{{
if call_onconnect then
self.ondisconnect = nil -- dont call this when client isnt really connected
end
}}}
Reported by daurnimator.
e.g., {{{ socket: new connection id: 4047f490 socket: try to start ssl at client id: 4047f490 socket: new connection established. id: 4047f490 socket: closing client with id: 4047f490 error loading CA locations (Permission denied) socket: fatal error while ssl wrapping: error loading CA locations (Permission denied) }}} Because of this in server_event, not sure about server_select: {{{ if call_onconnect then self.ondisconnect = nil -- dont call this when client isnt really connected end }}} Reported by daurnimator.