[Bug 17296] VMware Infrastructure Client 2.5 could not validate server's SSL certificate

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 19 14:56:08 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=17296





--- Comment #66 from Juan Lang <juan_lang at yahoo.com>  2010-03-19 14:56:07 ---
Thanks.  Here's the trouble:

trace:chain:match_dns_to_subject_alt_name L"vmhost7.sze.hu"
trace:chain:match_dns_to_subject_alt_name dNSName: L"localhost.localdomain"
trace:crypt:CertVerifyCertificateChainPolicy returning 1 (800b010f)

The servername you're connecting to is vmhost7.sze.hu, yet the DNS name in the
certificate is localhost.localdomain.  This violates the SSL policy:  the
servername you're connecting to must match the name in the certificate, as the
name in the certificate is bound to the certificate.

You need to regenerate the certificate with the name vmhost7.sze.hu in it,
rather than localhost.localdomain.  If VMware is generating the certificate
automatically, then your DNS settings probably need to be adjusted.  (Try
modifying /etc/hosts so that 127.0.0.1 points to vmhost7.sze.hu, for example.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list