M2Crypto SSL Check Error: Peer certificate subjectAltName does not match [Solved]
Question: I’m stuck with M2crypto SSL check error while installing Webmin package on RHEL 5.5. Here’s the complete error message: # yum install webmin File “/usr/lib64/python2.4/site-packages/M2Crypto/SSL/Checker.py”, line 88, in__call__ fieldName=’subjectAltName’) M2Crypto.SSL.Checker.WrongHost: Peer certificate subjectAltName does not match host, expected netix.dl.sourceforge.net, got DNS:mirrors.netix.net How to solve this issue? How to solve the…