<?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: Unable to connect to OneView using PowerShell Connect-HPOVMgmt due to certificate is invalid in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6759166#M430</link>
    <description>&lt;P&gt;If you are using the current 1.20.0124 library, there is a known bug (see&amp;nbsp;&lt;A target="_blank" href="https://github.com/HewlettPackard/POSH-HPOneView/issues/25"&gt;Issue Tracker Bug ID 25&lt;/A&gt; for more details) and am planning to release an update later this evening.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2015 15:59:33 GMT</pubDate>
    <dc:creator>ChrisLynch</dc:creator>
    <dc:date>2015-06-25T15:59:33Z</dc:date>
    <item>
      <title>Unable to connect to OneView using PowerShell Connect-HPOVMgmt due to certificate is invalid</title>
      <link>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6551116#M427</link>
      <description>&lt;P&gt;I want to import rack servers to OneView using PowerShell&amp;nbsp;New-HPOVServer.&lt;/P&gt;&lt;P&gt;First, I must connect to OneView appliance, right?&lt;/P&gt;&lt;P&gt;I used command&amp;nbsp;Connect-HPOVmgmt hponeview.mydomain.local -User Administrator -password MyPassword.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got this error about certificate error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;cmdlet Connect-HPOVMgmt at command pipeline position 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Supply values for the following parameters:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(Type !? for Help.)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;User: Administrator&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Send-HPOVRequest : The remote certificate is invalid according to the validation procedure.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\HPOneView\HPOneView.psm1:1137 char:35&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ $script:MaxXAPIVersion = (Send-HPOVRequest $script:applXApiVersion).curr ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Send-HPOVRequest&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Password: ************&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Send-HPOVRequest : The remote certificate is invalid according to the validation procedure.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\HPOneView\HPOneView.psm1:1158 char:21&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ $resp = Send-HPOVRequest $script:loginSessionsUri POST $authinfo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Send-HPOVRequest&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Can someone help me please?&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6551116#M427</guid>
      <dc:creator>Simpat</dc:creator>
      <dc:date>2014-07-23T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to OneView using PowerShell Connect-HPOVMgmt due to certificate is invalid</title>
      <link>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6551410#M428</link>
      <description>&lt;P&gt;The library uses Windows to validate the certificate from the appliance.&amp;nbsp; As long as the Hostname you are passing via Connect-HPOVMgmt matches the hostname of the appliance (or any Server Alternate Name, i.e. IP Address or FQDN), the validation will pass and the command will process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if you have your appliane behind a firewall where the hostname or IP Address doesn't match the appliance certificate, validation will fail.&amp;nbsp; Can you describe in more detail how your appliance is setup and how you are accessing it from your PC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp; you can post issues or questions on the Discussions or Issues section of the CodePlex site where the library is located instead of these forums.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 17:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6551410#M428</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2014-07-23T17:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to OneView using PowerShell Connect-HPOVMgmt due to certificate is invalid</title>
      <link>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6759122#M429</link>
      <description>&lt;P&gt;ever got this to work? running into the same issue.... i tried ip and dns....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i'm trying to schedule routine backups via powershell since theres no automated way of doing it within the appliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6759122#M429</guid>
      <dc:creator>FabSan</dc:creator>
      <dc:date>2015-06-25T15:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to OneView using PowerShell Connect-HPOVMgmt due to certificate is invalid</title>
      <link>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6759166#M430</link>
      <description>&lt;P&gt;If you are using the current 1.20.0124 library, there is a known bug (see&amp;nbsp;&lt;A target="_blank" href="https://github.com/HewlettPackard/POSH-HPOneView/issues/25"&gt;Issue Tracker Bug ID 25&lt;/A&gt; for more details) and am planning to release an update later this evening.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/unable-to-connect-to-oneview-using-powershell-connect-hpovmgmt/m-p/6759166#M430</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2015-06-25T15:59:33Z</dc:date>
    </item>
  </channel>
</rss>

