You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
I changed the configuration for TLS Version in OverSIP/lib/oversip/sip/listeners/tls_client.rb & OverSIP/lib/oversip/sip/listeners/tls_server.rb files with **:ssl_version => %w(tlsv1_2)** but this madate for negotiation with only TLSV1_2 ciphers seems to work only with port 10443 and I'm still receiving open vulnerabilities on 5061 like
Negotiated with the following insecure cipher suites: TLS 1.0 ciphers: TLS_RSA_WITH_IDEA_CBC_SHA
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I changed the configuration for TLS Version in OverSIP/lib/oversip/sip/listeners/tls_client.rb & OverSIP/lib/oversip/sip/listeners/tls_server.rb files with
**:ssl_version
=> %w(tlsv1_2)** but this madate for negotiation with only TLSV1_2 ciphers seems to work only with port 10443 and I'm still receiving open vulnerabilities on 5061 likeThe text was updated successfully, but these errors were encountered: