When I use firefox to search “http://10.10.10.29” I get the firefox error message,not a security warning but the usual, "cannot acess this page/server."Do you have any tips for this?
Could be lots of things - I’ve never looked at this box - so I’d suggest:
- Check you are connected to the VPN
- Check port 80 is open on the server
- Check you aren’t using something like burp which is intercepting traffic and breaking it
- Check it is the right IP and the server is up
@ProtonCyber
hello i am facing the same problem
did you solve the problem
it’s about 7 year of the box. I’ve just started doing the retired ones and faces lot of difficulties. Also for this box, my firefox is also giving error and not giving the login page. Any solutions??
facing same issue on Beep (10.10.10.7) - im not able to browse pages in chrome/firefox/curl and got SSL_ERROR_UNSUPPORTED_VERSION (also Firefox has no option to set lower version of TLS)
full error message:
Secure Connection Failed
An error occurred during a connection to 10.10.10.7. Peer using unsupported version of security protocol.Error code: SSL_ERROR_UNSUPPORTED_VERSION. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.This website might not support the TLS 1.2 protocol, which is the minimum version supported by Firefox.
the problem lies because the box is very old and firefox by default supports TLS v1.2 at minimum now. we need to degrade the minimum TLS version according to the TLS version of the box. Following worked for me:
1 in new tab of firefox, search about:config
2 inside the search bar, enter tls
3 check for “security.tls.version.min” and lower it’s value till the ip is accessible
Hope that works.
tx. - I used Burp’s browser with combination ‘curl -vs’ and it works - system PWN