Method SSL.connection()->set_alert_callback()
- Method set_alert_callback
voidset_alert_callback(function(object,int|object,string:void)callback)- Description
Called with alert object, sequence number of bad packet, and raw data as arguments, if a bad packet is received.
Can be used to support a fallback redirect https->http.