I am new to frisby test. today i found I can't access https://ip address from friby api
for example:
frisby.create('my test').get("https://199.59.148.20")
output: connect error
frisby.create('my test').get("https://api.twitter.com")
this one works
please advise!