ConnectionTimeOutException, IP

Hello All,
I’m trying to go to . I got this error

i.n.c.ConnectTimeoutException: connection timed out: <some 1 (100.0%)
/35.179.36.124:443

In each application run I have different ip at the error message. Always I have :443
The access is granted to particular IPs only. I tried this one:

setUp(scn.inject(atOnceUsers(1))).protocols(
httpProtocol.localAddress(“10.30.157.15”))

And this one:

“localAddress” → “10.30.157.15”,

Requested url successfully executed at my browser.

What I’m doing wrong?