Jump to content

ISY Portal Setting for iRule Gateway


erc

Recommended Posts

Posted

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?

Posted

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.

Guest
This topic is now closed to further replies.

×
×
  • Create New...