-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't access internet using the windows xp; #901
Comments
@hzxie please search a word and click the link. is it working? I thin https connection not working. |
@kozdincer You are using an OS from 25 years ago, and then you are surprised that SSL is not fully working? |
I selected a selectable OS that is in the documentation and I reported a problem. What is the problem? @kroese |
@kozdincer Fair enough. But "internet isnt working" is a bit vague. Many sites are not working in IE because the certificates that ship with XP are expired. One exception should be the Google frontpage, like @hzxie showed. To test if the "internet is working" you can just ping an IP address or domain name. If some websites in IE aren't working, it's to be expected and nothing to do with this container. |
@kozdincer I can search. However, most websites cannot be accessed because of the outdated Internet Explorer 6. As @kroese mentioned, the SSL functionality is limited since modern websites require SSLv1.2 or higher, which is not compatible with IE 6. Windows XP runs exceptionally fast on modern hardware, but its software support has significantly declined. |
Operating system
ubuntu 24.04
Description
can't access internet using IE for windows xp
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "xp"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
Docker log
null
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: