big-ip

Grails spring security redirects to wrong port

拟墨画扇 提交于 2019-12-11 07:09:02
问题 In my Grails app (2.3.11), my login page sends an Ajax request to: https://myurl/my-app/j_spring_security_check but spring-security redirects to: https://myurl:80/my-app/login/ajaxSuccess This results in a timeout error (because port 80 is added on the URL). This problem only occurs when my client accesses the application through their traffic manager(Big-IP); if they access the application directly through server IP, it works correctly. Is there any configuration I can do in Grails to fix

Tunnel any kind of TCP traffic through HTTP/s

China☆狼群 提交于 2019-11-29 19:34:25
I am looking for a software to tunnel RDP or other binary TCP traffic through a HTTPS tunnel. Because many clients only have HTTP/S permitted (only port 80 and 443 open in the firewall). But there's a need to forward RDP (and other protocols) from machines in DMZ to clients. 7 View large function description Is there any kind of open source or enterprise software for this problem? Bad solutions Solutions like F5 big ip has the problem that I have to create the connection configuration with this software. If it would be possible to do this by use of an api it would be an good solution. But i

WCF, Metadata and BIGIP - Can I force the correct url for the WSDL items?

て烟熏妆下的殇ゞ 提交于 2019-11-29 13:49:01
问题 We have a WCF service hosted on ServerA which is a server with no-direct Internet access and has a non-Internet routable IP address. The service is fronted by BIGIP which handles SSL encryption and decryption and forwards the unencrypted request to ServerA (at the moment it does NOT actually do any load balancing, but that is likely to be added in the future) on a specific port. What that means is that our clients would be calling the service through https://www.OurDomain.com/ServiceUrl and

Tunnel any kind of TCP traffic through HTTP/s

…衆ロ難τιáo~ 提交于 2019-11-28 14:55:15
问题 I am looking for a software to tunnel RDP or other binary TCP traffic through a HTTPS tunnel. Because many clients only have HTTP/S permitted (only port 80 and 443 open in the firewall). But there's a need to forward RDP (and other protocols) from machines in DMZ to clients. 7 View large function description Is there any kind of open source or enterprise software for this problem? Bad solutions Solutions like F5 big ip has the problem that I have to create the connection configuration with