windows icon indicating copy to clipboard operation
windows copied to clipboard

can't access internet using the windows xp;

Open ulixcode-labs opened this issue 1 year ago • 6 comments

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

ulixcode-labs avatar Nov 14 '24 07:11 ulixcode-labs

Everything works for me on XP.

Screenshot 2024-11-16 at 4 44 31 PM

hzxie avatar Nov 16 '24 08:11 hzxie

@hzxie please search a word and click the link. is it working? I thin https connection not working.

kozdincer avatar Nov 16 '24 15:11 kozdincer

@kozdincer You are using an OS from 25 years ago, and then you are surprised that SSL is not fully working?

kroese avatar Nov 16 '24 15:11 kroese

I selected a selectable OS that is in the documentation and I reported a problem. What is the problem? @kroese Note: You can set up a VM and do everything with XP.

kozdincer avatar Nov 16 '24 15:11 kozdincer

@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.

kroese avatar Nov 16 '24 22:11 kroese

@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.

hzxie avatar Nov 17 '24 04:11 hzxie