Details
Description
We'd like to support wildcard certs and certs using Subject Alternate Name.
The root cause was that in thrift_util.py python there was no common routine to handle the hostname validation, and the one we had was insufficient. The fix ought to be relatively easy...