Forum Discussion
rafaelbn_176840
Altocumulus
Oct 27, 2017Connection error: ssl_passthru:xxxx: not SSL (40)
Hello all!!
I'm posting this as a reference to others.
PROBLEM DESCRIPTION
Since version 12 BIG-IP changed the way it logs SSL errors/warnings. This was discussed on K09322055.
It's common kn...
Jad_Tabbara__J1
Cirrostratus
Oct 27, 2017Hello Rafael,
Thanks for sharing this information.
You can log the VS name that generates this warning. You should apply this irule on all your VSs that manages SSL trafic.
when CLIENT_ACCEPTED {
set clientsslhelo "0"
}
when CLIENTSSL_CLIENTHELLO {
set clientsslhelo "1"
}
when CLIENT_CLOSED {
if { $clientsslhelo eq "0" } {
log local0. "Current virtual server name: [virtual name]"
}
}
Waiting for your feedback
Regards
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects