erc Posted May 29, 2017 Posted May 29, 2017 Been trying to figure out how to get iRule to control my ISY via the portal. Here are my thoughts so far: For the Gateway Configuration: Type: HTTP Name: My ISY Portal IPv4 Address: my.isy.io Port: 443 Username: Name%40domain.com Password: ******** HTTP Method: Get In the panel, I've set a variable on entrance $URLPrefix$ on the panel equal to the prefix in the Portal URL to ISY: /isy/aabbccddee....112233445566 No love. I can access directly via IP address without the prefix. Thoughts? Quote
bmercier Posted May 30, 2017 Posted May 30, 2017 I don't know much iRule, but you seem to be doing it right. I think the issue is that it is trying to do straight HTTP over port 443. You need to use HTTPS. This is an excerpt from the support page: If your IP address or URL require Secure socket connection, you simply put HTTP:// in front of the IP address or URL (https://192.168.0.69) Benoit. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.