Koozali.org: home of the SME Server

Problem accessing websites in frame

Offline EScottH

  • *
  • 12
  • +0/-0
Problem accessing websites in frame
« on: January 13, 2012, 07:40:13 PM »
Heyas all!

My wife needs to connect to her school portal to access her scheduling, etc... but we are getting an error 403 in the browser when she tries to connect to certain areas.  Here is the error:

This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.

Now the top frame in the browser shows the proper information.  The frame below, though, comes up with the error.

We have tracked the problem down to the SME gateway.  If I remove it, she is able to connect.  Any ideas?

Scott

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Problem accessing websites in frame
« Reply #1 on: January 13, 2012, 10:31:25 PM »
If it is eliminated by factoring out it might indeed be a issue with SME Server, please create a new issue in the bugracker so we can investigate. Please post back a reference to the bug you created for future readers.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline EScottH

  • *
  • 12
  • +0/-0
Re: Problem accessing websites in frame
« Reply #2 on: January 14, 2012, 02:20:41 AM »
Chrome gives me a bit more information.  It looks like the issue is Port 4445 being blocked:

This webpage is not available
The webpage at https://oas1.scf.edu:4445/pls/PROD/gokcsso.p_call_banner_sserv?sess_token=XXXXXXXXXX==XXXXXXXXXXXXXXXXXXXX&url=https%3A%2F%2Foas1.scf.edu%3A4445%2Fpls%2FPROD%2Fbwskrsta.P_RegsStatusDisp might be temporarily down or it may have moved permanently to a new web address.

Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.

(NOTE: I obscured the token)

So, my questions is... how do I make sure port 4445 is open/available?  I haven't changed anything on the server in over a month and this error just cropped up in the last 4 days.

Thanks,

Scott
« Last Edit: January 14, 2012, 04:31:07 AM by EScottH »

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: Problem accessing websites in frame
« Reply #3 on: January 14, 2012, 11:26:58 AM »
We have tracked the problem down to the SME gateway.  If I remove it, she is able to connect.  Any ideas?

Try to disable HTTP proxy on SME server: Enter on Server-Manager, Security, Proxy Settings
If if works, search for "bypass proxy", configure a bypass for your wife site as indicated and turn proxy again.
 
Good luck.

Jáder
...

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: Problem accessing websites in frame
« Reply #4 on: January 14, 2012, 11:35:55 AM »
Chrome gives me a bit more information.  It looks like the issue is Port 4445 being blocked:

This webpage is not available
The webpage at https://oas1.scf.edu:4445/pls/PROD/gokcsso.p_call_banner_sserv?sess_token=XXXXXXXXXX==XXXXXXXXXXXXXXXXXXXX&url=https%3A%2F%2Foas1.scf.edu%3A4445%2Fpls%2FPROD%2Fbwskrsta.P_RegsStatusDisp might be temporarily down or it may have moved permanently to a new web address.

Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.

(NOTE: I obscured the token)

So, my questions is... how do I make sure port 4445 is open/available?  I haven't changed anything on the server in over a month and this error just cropped up in the last 4 days.

Thanks,

Scott

since 4445 is not a standard https port, you have to
- login as root
- create a custom fragment for squid:
Code: [Select]
mkdir -p /etc/e-smith/templates-custom/etc/squid/squid.conf
echo "acl SSL_ports port 443 563" > /etc/e-smith/templates-custom/etc/squid/squid.conf/20ACL15SSL_ports
- call the rigth signal-event
Code: [Select]
signal-event proxy-update

it should work, let us know