CodeIgniter Forums
Problem cannot connect via SSL VPN - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Problem cannot connect via SSL VPN (/showthread.php?tid=55886)



Problem cannot connect via SSL VPN - El Forum - 11-14-2012

[eluser]Unknown[/eluser]
Hi all,

I have problem with connecting to my application written in php codeigniter framework via ssl vpn box(SonicWALL Virtual Office)

Application can be accessed within LAN without any problem, such as http://LOCAL_IP/myapp/
but cannot access via vpn box such as https://OUTER_IP/go/http://LOCAL_IP/myapp/

Other applications written in pure php can be accessed with the same url format https://OUTER_IP/go/http://LOCAL_IP/otherapp/

Could anybody help me on this problem?

Thanks