-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My bug report - The ServicePointManager does not support proxies with the https scheme. #677
Comments
Does your environment require HTTPS for Proxy? Is there a reason why the proxy isn't being bypassed for local networks? Can you provide the generated file from BTW, you do not need to include the |
Hi Chris, Thank you for the response.
|
I have the same issue. Was intermittent for me so I tried to find what would trigger it for me. Connect-OVMgmt works fine (for me) until one of these modules ...
... gets loaded. From then, even if i remove the modules, either with or without the HPEOneView module, the problem persists. I also get issues with HPEiLOCmdlet in the same fashion, works when those modules havent been loaded but not after that. (HPEiLOCmdlet complains about log4net.dll missing and when that occurs I can no longer access collections in that runspace) What do you need from me? |
Expected Behavior
Connect to HPEOneView
Actual Behavior
Steps to reproduce
Connect-OVMgmt -Hostname -Credential $Credz -Verbose -AuthLoginDomain
Version Information
HPE OneView PowerShell Library Version (
Get-OVVersion
or$PSLibraryVersion
): 8.50.3667.2043HPE OneView Appliance Version (
Get-OVVersion -ApplianceVer
): N/AOutput from
$PSVersionTable
on your Windows Host:The text was updated successfully, but these errors were encountered: