<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vcenter server enhanced mode certificate update problem in vCenter™ Server Discussions</title>
    <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826823#M91626</link>
    <description>&lt;P&gt;Hello msripada,&lt;/P&gt;
&lt;P&gt;there are no errors in web client logs, but in&amp;nbsp;/var/log/vmware/vapi/endpoint/endpoint.log is see errors like this:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;com.vmware.vim.query.client.exception.ClientException: java.util.concurrent.ExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:232)
        at com.vmware.vapi.endpoint.cis.router.InvProviderClientFactory.createProviderClient(InvProviderClientFactory.java:105)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.createInvServiceClientList(InvSvcBuilder.java:345)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.buildInt(InvSvcBuilder.java:296)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.rebuild(InvSvcBuilder.java:254)
        at com.vmware.vapi.state.impl.DefaultStateManager.rebuild(DefaultStateManager.java:406)
        at com.vmware.vapi.state.impl.DefaultStateManager$2.doReconfig(DefaultStateManager.java:444)
        at com.vmware.vapi.state.impl.DefaultStateManager$2.run(DefaultStateManager.java:433)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.core.impl.BlockingFuture.get(BlockingFuture.java:81)
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:230)
        ... 14 more
Caused by: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:256)
        at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:51)
        at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingBase.executeRunnable(HttpProtocolBindingBase.java:226)
        at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:110)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:613)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.executeCall(MethodInvocationHandlerImpl.java:594)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:345)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:305)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:179)
        at com.sun.proxy.$Proxy91.loginBySamlToken(Unknown Source)
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:228)
        ... 14 more
Caused by: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.http.impl.ClientExceptionTranslator.translate(ClientExceptionTranslator.java:54)
        ... 25 more
Caused by: com.vmware.vim.vmomi.core.exception.CertificateValidationException: SSL handshake from 0.0.0.0/0.0.0.0:53206 to vcenter2/172.22.0.253:443 failed in 25 ms
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.handleHandshakeException(ThumbprintTrustManager.java:597)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.verify(ThumbprintTrustManager.java:422)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.verifyHostname(VlsiSslSocketFactory.java:129)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.createLayeredSocket(VlsiSslSocketFactory.java:122)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.connectSocket(VlsiSslSocketFactory.java:88)
        at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117)
        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314)
        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:45)
        ... 23 more
Caused by: javax.net.ssl.SSLHandshakeException: com.vmware.vim.vmomi.client.exception.VlsiCertificateException: Server certificate chain is not trusted and thumbprint verification is not configured
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:198)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1967)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:331)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:325)
        at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1689)
        at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:226)
        at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1082)
        at sun.security.ssl.Handshaker.process_record(Handshaker.java:1010)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1079)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1388)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1416)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1400)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.verify(ThumbprintTrustManager.java:420)
        ... 37 more
Caused by: com.vmware.vim.vmomi.client.exception.VlsiCertificateException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager.checkServerTrusted(ThumbprintTrustManager.java:206)
        at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1099)
        at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1671)
        ... 45 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:450)
        at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:317)
        at sun.security.validator.Validator.validate(Validator.java:262)
        at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)
        at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:235)
        at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:113)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager.checkServerTrusted(ThumbprintTrustManager.java:191)
        ... 47 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
        at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
        at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:445)
        ... 53 more&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 21:13:36 GMT</pubDate>
    <dc:creator>smelnik</dc:creator>
    <dc:date>2021-02-01T21:13:36Z</dc:date>
    <item>
      <title>Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826778#M91621</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I`ve got two vcenter servers(vcenter1 and vcenter2) with external PSC(psc1 and psc2). The problem is that on vcenter2 certificates were updated but on psc havent added new certificates to active. So if i log in vcenter2 i can manage vcenter2 and vcenter1, but if i log into vcenter1 i see message "Cannot connect to one or more vcenter servers".&amp;nbsp;&lt;/P&gt;&lt;P&gt;I`ve googled for case like this, but could not find anything. Can anyone point me how to solve this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 15:16:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826778#M91621</guid>
      <dc:creator>smelnik</dc:creator>
      <dc:date>2021-02-01T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826782#M91622</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5472878"&gt;@smelnik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moderator: Moved to &lt;STRONG&gt;vCenter Server Discussions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 15:28:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826782#M91622</guid>
      <dc:creator>scott28tt</dc:creator>
      <dc:date>2021-02-01T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826806#M91625</link>
      <description>&lt;P&gt;when you login to VC1, we need to check the webclient logs for the vc1 and see why its not able to communicate with vc2.&lt;/P&gt;&lt;P&gt;do you have all ports opened with psc/vcs in your environment? Is the behavior same with SSO administrator as well or only with domain accounts?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:28:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826806#M91625</guid>
      <dc:creator>msripada</dc:creator>
      <dc:date>2021-02-01T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826823#M91626</link>
      <description>&lt;P&gt;Hello msripada,&lt;/P&gt;
&lt;P&gt;there are no errors in web client logs, but in&amp;nbsp;/var/log/vmware/vapi/endpoint/endpoint.log is see errors like this:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;com.vmware.vim.query.client.exception.ClientException: java.util.concurrent.ExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:232)
        at com.vmware.vapi.endpoint.cis.router.InvProviderClientFactory.createProviderClient(InvProviderClientFactory.java:105)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.createInvServiceClientList(InvSvcBuilder.java:345)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.buildInt(InvSvcBuilder.java:296)
        at com.vmware.vapi.endpoint.cis.router.InvSvcBuilder.rebuild(InvSvcBuilder.java:254)
        at com.vmware.vapi.state.impl.DefaultStateManager.rebuild(DefaultStateManager.java:406)
        at com.vmware.vapi.state.impl.DefaultStateManager$2.doReconfig(DefaultStateManager.java:444)
        at com.vmware.vapi.state.impl.DefaultStateManager$2.run(DefaultStateManager.java:433)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.core.impl.BlockingFuture.get(BlockingFuture.java:81)
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:230)
        ... 14 more
Caused by: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:256)
        at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:51)
        at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingBase.executeRunnable(HttpProtocolBindingBase.java:226)
        at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:110)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:613)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.executeCall(MethodInvocationHandlerImpl.java:594)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:345)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:305)
        at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:179)
        at com.sun.proxy.$Proxy91.loginBySamlToken(Unknown Source)
        at com.vmware.vim.query.client.impl.QueryAuthenticationManagerImpl.loginBySamlToken(QueryAuthenticationManagerImpl.java:228)
        ... 14 more
Caused by: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.http.impl.ClientExceptionTranslator.translate(ClientExceptionTranslator.java:54)
        ... 25 more
Caused by: com.vmware.vim.vmomi.core.exception.CertificateValidationException: SSL handshake from 0.0.0.0/0.0.0.0:53206 to vcenter2/172.22.0.253:443 failed in 25 ms
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.handleHandshakeException(ThumbprintTrustManager.java:597)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.verify(ThumbprintTrustManager.java:422)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.verifyHostname(VlsiSslSocketFactory.java:129)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.createLayeredSocket(VlsiSslSocketFactory.java:122)
        at com.vmware.vim.vmomi.client.http.impl.VlsiSslSocketFactory.connectSocket(VlsiSslSocketFactory.java:88)
        at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117)
        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314)
        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:45)
        ... 23 more
Caused by: javax.net.ssl.SSLHandshakeException: com.vmware.vim.vmomi.client.exception.VlsiCertificateException: Server certificate chain is not trusted and thumbprint verification is not configured
        at sun.security.ssl.Alerts.getSSLException(Alerts.java:198)
        at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1967)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:331)
        at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:325)
        at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1689)
        at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:226)
        at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1082)
        at sun.security.ssl.Handshaker.process_record(Handshaker.java:1010)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1079)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1388)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1416)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1400)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager$HostnameVerifier.verify(ThumbprintTrustManager.java:420)
        ... 37 more
Caused by: com.vmware.vim.vmomi.client.exception.VlsiCertificateException: Server certificate chain is not trusted and thumbprint verification is not configured
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager.checkServerTrusted(ThumbprintTrustManager.java:206)
        at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1099)
        at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1671)
        ... 45 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:450)
        at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:317)
        at sun.security.validator.Validator.validate(Validator.java:262)
        at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)
        at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:235)
        at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:113)
        at com.vmware.vim.vmomi.client.http.impl.ThumbprintTrustManager.checkServerTrusted(ThumbprintTrustManager.java:191)
        ... 47 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
        at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
        at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
        at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:445)
        ... 53 more&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 21:13:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826823#M91626</guid>
      <dc:creator>smelnik</dc:creator>
      <dc:date>2021-02-01T21:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826833#M91627</link>
      <description>&lt;P&gt;MACHINE SSL of vcenter 2 is having issues with trust mismatch. You can use lsdoctor &lt;A href="https://kb.vmware.com/s/article/80469" target="_blank" rel="noopener"&gt;https://kb.vmware.com/s/article/80469&lt;/A&gt;&amp;nbsp;but you need to have maintenance to shutdown and take powered off snapshots of all vcenter/pscs in the environment. Use lsdoctor -t once you have snaps and&amp;nbsp;&lt;SPAN&gt;backups ready.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 18:29:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826833#M91627</guid>
      <dc:creator>msripada</dc:creator>
      <dc:date>2021-02-01T18:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826869#M91628</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5472878"&gt;@smelnik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moderator: Please use the "spoiler" function when posting large text dumps to make the thread readable by others, I have edited your most recent post so you can see the difference.&lt;/P&gt;
&lt;P&gt;You add a "spoiler" to a post using the triangle icon on the extended toolbar of the post creator/editor:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-02-01 at 21.15.59.png" style="width: 100px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/86550i933DB69639BC18BA/image-dimensions/100x33?v=v2" width="100" height="33" role="button" title="Screenshot 2021-02-01 at 21.15.59.png" alt="Screenshot 2021-02-01 at 21.15.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 21:33:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826869#M91628</guid>
      <dc:creator>scott28tt</dc:creator>
      <dc:date>2021-02-01T21:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826955#M91631</link>
      <description>&lt;P&gt;Thanks for answer.&lt;/P&gt;&lt;P&gt;i`ve tried lsdoctor util, but got this:&lt;/P&gt;&lt;LI-SPOILER&gt;Provide password for administrator@vsphere.local:&lt;BR /&gt;2021-02-02T08:41:43 INFO __init__: Retrieved services from SSO site: vniikr-local&lt;BR /&gt;2021-02-02T08:41:43 INFO findAndFix: Checking services for trust mismatches...&lt;BR /&gt;2021-02-02T08:41:43 INFO findAndFix: Attempting to reregister d84cec37-1301-405f-8e9c-b16978d673d7 for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:44 INFO findAndFix: Attempting to reregister 096d9cdf-2d5c-4b64-ae78-af1e5d964648 for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:44 INFO findAndFix: Attempting to reregister d84cec37-1301-405f-8e9c-b16978d673d7_authz for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:44 INFO findAndFix: Attempting to reregister 88649dfd-d65d-4c29-8790-1c0c7b224010 for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:45 INFO findAndFix: Attempting to reregister d84cec37-1301-405f-8e9c-b16978d673d7_kv for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:45 INFO findAndFix: Attempting to reregister f0da7786-fbf6-4b05-83e4-38481f4cbd03 for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:46 INFO findAndFix: Attempting to reregister vniikr-local:4e7099b2-bc08-49fa-8cdc-2a6865c1c57e for psc02.vsphere.site&lt;BR /&gt;2021-02-02T08:41:46 INFO findAndFix: Attempting to reregister 34486bc5-9a97-4def-97e2-8dcc837b59dd for psc02.vsphere.site&lt;BR /&gt;2021-02-02T08:41:46 INFO findAndFix: Attempting to reregister 0fa71877-966b-4710-b033-a02a661022fa for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:41:46 INFO findAndFix: Attempting to reregister vniikr-local:a3151943-ab9d-4c62-b1b8-79fb776cf282 for psc02.vsphere.site&lt;BR /&gt;2021-02-02T08:43:53 WARNING findAndFix: 172.22.0.250 is now blacklisted.&lt;BR /&gt;2021-02-02T08:43:54 INFO findAndFix: Attempting to reregister a2eeadec-8442-421f-8c5d-8fd07c62ceab for vcenter2.vsphere.site&lt;BR /&gt;2021-02-02T08:43:54 WARNING unregister_service: Failed to unregister_service [a2eeadec-8442-421f-8c5d-8fd07c62ceab]: '', sys.exc_info(&lt;BR /&gt;2021-02-02T08:43:54 WARNING unregister_service: Failed to unregister_service [a2eeadec-8442-421f-8c5d-8fd07c62ceab]: '', str(e)&lt;BR /&gt;2021-02-02T08:43:54 WARNING unregister_service: Failed to unregister_service [a2eeadec-8442-421f-8c5d-8fd07c62ceab]: BadStatusLine("''&lt;BR /&gt;2021-02-02T08:43:54 WARNING unregister_service: Failed to unregister_service [a2eeadec-8442-421f-8c5d-8fd07c62ceab]: Traceback (most r&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/utils.py", line 768, in unregister_service&lt;BR /&gt;self.service_content.serviceRegistration.Delete(svc_id)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/VmomiSupport.py", line 557, in &amp;lt;lambda&amp;gt;&lt;BR /&gt;self.f(*(self.args + (obj,) + args), **kwargs)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/VmomiSupport.py", line 363, in _InvokeMethod&lt;BR /&gt;return self._stub.InvokeMethod(self, info, args)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/SoapAdapter.py", line 1410, in InvokeMethod&lt;BR /&gt;resp = conn.getresponse()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 1161, in getresponse&lt;BR /&gt;response.begin()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 448, in begin&lt;BR /&gt;version, status, reason = self._read_status()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 412, in _read_status&lt;BR /&gt;raise BadStatusLine(line)&lt;BR /&gt;BadStatusLine: ''&lt;BR /&gt;, traceback.format_exc()&lt;BR /&gt;2021-02-02T08:43:54 ERROR unregister_service: Failed to unregister service a2eeadec-8442-421f-8c5d-8fd07c62ceab, esclate the error&lt;BR /&gt;2021-02-02T08:43:54 ERROR findAndFix: Failed to re-register a2eeadec-8442-421f-8c5d-8fd07c62ceab&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "lsdoctor.py", line 520, in &amp;lt;module&amp;gt;&lt;BR /&gt;main()&lt;BR /&gt;File "lsdoctor.py", line 492, in main&lt;BR /&gt;trustFix(params, username, password)&lt;BR /&gt;File "lsdoctor.py", line 359, in trustFix&lt;BR /&gt;trust_check.check()&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/trust.py", line 197, in check&lt;BR /&gt;self.findAndFix()&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/trust.py", line 180, in findAndFix&lt;BR /&gt;self.ls.unregister(serviceId)&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/utils.py", line 1265, in unregister&lt;BR /&gt;self.lsClient.unregister_service(svc_id)&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/utils.py", line 724, in add_securityctx_to_requests&lt;BR /&gt;return req_method(self, *args, **kargs)&lt;BR /&gt;File "/root/lsdoctor/lsdoctor-master/lib/utils.py", line 768, in unregister_service&lt;BR /&gt;self.service_content.serviceRegistration.Delete(svc_id)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/VmomiSupport.py", line 557, in &amp;lt;lambda&amp;gt;&lt;BR /&gt;self.f(*(self.args + (obj,) + args), **kwargs)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/VmomiSupport.py", line 363, in _InvokeMethod&lt;BR /&gt;return self._stub.InvokeMethod(self, info, args)&lt;BR /&gt;File "/usr/lib/vmware/site-packages/pyVmomi/SoapAdapter.py", line 1410, in InvokeMethod&lt;BR /&gt;resp = conn.getresponse()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 1161, in getresponse&lt;BR /&gt;response.begin()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 448, in begin&lt;BR /&gt;version, status, reason = self._read_status()&lt;BR /&gt;File "/usr/lib/python2.7/httplib.py", line 412, in _read_status&lt;BR /&gt;raise BadStatusLine(line)&lt;BR /&gt;httplib.BadStatusLine: ''&lt;/LI-SPOILER&gt;&lt;P&gt;But vcenter2 appeared in web client of vcenter1, but still not managebale.&lt;/P&gt;&lt;P&gt;Is ther a way to upload new certificates of vcenter2 to psc1?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 09:06:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2826955#M91631</guid>
      <dc:creator>smelnik</dc:creator>
      <dc:date>2021-02-02T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2827038#M91637</link>
      <description>&lt;P&gt;I suggest you to kindly open case with GSS as things may get complicated if we tweak issues with certs&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 13:20:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2827038#M91637</guid>
      <dc:creator>msripada</dc:creator>
      <dc:date>2021-02-02T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter server enhanced mode certificate update problem</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2964615#M94293</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5472878"&gt;@smelnik&lt;/a&gt;&amp;nbsp;were you able to resolve this issue. If so please help us with the resolution. We are also seeing this issue in our environment.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:57:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-server-enhanced-mode-certificate-update-problem/m-p/2964615#M94293</guid>
      <dc:creator>JRavi</dc:creator>
      <dc:date>2023-04-19T10:57:54Z</dc:date>
    </item>
  </channel>
</rss>

