|
Answer» I have a NEW program called Replay Media Catcher and when I try to open it I GET the message:
_______________________________________ ________________________
Unable to connect to the internet! You must be able to connect to the internet (via HTTPS-SSL) in order to run this program. Make sure "MediaCatcher.exe" is not blocked by your firewall.
Error returned: Unable to connect to the server
_______________________________________ ________________________
I am totally confused as to what to do any suggestions?What type of firewall are you running ?? The error message kinda said it all.Open TCP port 443 on your firewall. Allowing firewall to pass HTTPS protocol is the same thing.
Most web traffic is transmited in plain text using Hyper Text TRANSFER Protocol (HTTP) thru TCP port 80 (the default port). Most secure web traffic is transmited as encrypted text using HTTP over Secure Sockets Layer protocol (HTTPS) thru TCP port 443 (the default port). From the message reported by the user it appears the firewall is blocking his traffic.
The user may:
o Drop his firewall, allowing all traffic thru (come on in... everyone's welcome)
o Allow firewall to permit all traffic to/from his application, MediaCatcher (It's OK, I'm a friend of MediaCatcher...)
o Allow firewall to pass all HTTPS traffic; open TCP port 443 (We allow secure web traffic for everyone...)
o Allow firewall to pass 443 traffic only for his application, MediaCatcher
If you tell us which firewall (and version) you're using, maybe someone with that firewall could tell you how to configure it to open TCP port 443. let us know how you go with thatQuote from: programming_pat on October 24, 2007, 11:07:34 PM let us know how you go with that
PP, why did you bother posting that? QuoteOpen TCP port 443 on your firewall. I'm personally against opening any firewall ports manually, because of SECURITY reasons. When firewall opens a port in order for some program (game) to run, it'll close that port, as soon as you shut down that program. When you open any port manually, it'll remain open (until you manually close it), which exposes your computer to some extra risk.
If a program is written correctly, it should communicate with firewall, asking it to open certain port. If that doesn't happen, simply don't use that program.
QuoteYou must be able to connect to the internet (via HTTPS-SSL) You may check your security settings in IE. Tools>Internet Options>Advanced tab, scroll down to "Security" section, and make sure, you have a checkmark in: - Use SSL 3.0 - Use TSL 1.0
|