Skip to content

sslreadtimeout: SSL: error:0A000197:SSL routines::shutdown while in init #108

@gk-fschubert

Description

@gk-fschubert

Hi,

we currently have sometimes a issue with radsecproxy.
The proxy logs the following and CPU of the VPS increases to 100% and logs the following in loop(thousand's of entries in a few seconds.):

Thu Nov 24 09:43:25 2022: sslreadtimeout: SSL: error:0A000197:SSL routines::shutdown while in init                                                                                                                                       
Thu Nov 24 09:43:25 2022: sslreadtimeout: connection lost: No error information     

I'm currently not able to reproduce it reliable and also analysing the traffic to see what it causes. But nonetheless the process shouldn't fall in such stage.

config:


ListenUDP       *:1812
ListenUDP       *:1813
LogLevel        3
LogFullUsername on
LogMAC          Original
tls default {
    CACertificateFile = /etc/ca.crt
    CertificateFile = /etc/servercert.pem
    CertificateKeyFile = /etc/servercert.key
}
client 0.0.0.0/0 {
    type udp
    secret SECRET 
}

server server-tls-main {
    host IPSERVER1
    port 2083
    type tls
    secret radsec
    CertificateNameCheck off
}

server server-tls-secondary {
    host IPSERVER2
    port 2083
    type tls
    secret radsec
    CertificateNameCheck off
}


realm * {
    server server-tls-main
accountingserver server-tls-main
server server-tls-secondary
accountingserver server-tls-secondary

    accountingresponse on
}
radsecproxy revision 1.9.1
This binary was built with support for the following transports:
  UDP
  TCP
  TLS
  DTLS

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions