Forum Discussion
Jae_Hong_Kim_32
Nimbostratus
May 15, 2017iControlUnexpectedHTTPError
I get an iControlUnexpectedHTTPError with the following source
It is trying to connect to the BigIP ASM server.
Does this meant something is wrong with the server?
Should I use postman to test the co...
Jae_Hong_Kim_32
Nimbostratus
May 18, 2017I found out that the network connection was failing because of the proxy. I set the proxy using the following code and it was able to make a connection. But how do I get the BIGIP to use the proxy setting?
from import BigIP
import urllib2 proxy = urllib2.ProxyHandler({'http': '70.10.15.10:8080'}) opener = urllib2.build_opener(proxy) urllib2.install_opener(opener) f=urllib2.urlopen('https://192.168.199.241') print f.read(100)
bigip = BigIP("192.168.199.241", "admin", "admin")
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects