Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Rugxulo via Freedos-user
Hi, On Sat, Aug 5, 2023 at 3:18 PM Louis Santillan via Freedos-user wrote: > > I daily drive Fedora Linux myself. But curling DOS software zip files on it > is not as useful as doing that directly on 386 Dell I have sitting 3 feet > away when I want to run a bit of new software on it. What

[Freedos-user] How do I change screen resolution?

2023-08-05 Thread zerofive--- via Freedos-user
This question may been asked a million times but I just can't figure it out, and googling it gives no results (except telling me that I need to use `mode` and some parameters but this just wouldn't give me what I am trying to achieve) But I found out that `NANSI.SYS` contains a paramter which (I

Re: [Freedos-user] picoTCP: a modern, open-source TCP/IP stack for DOS

2023-08-05 Thread Aitor Santamaría via Freedos-user
Thanks! Now it works, Aitor On Sun, 6 Aug 2023 at 00:12, tom ehlert via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hallo Herr Aitor Santamaría via Freedos-user, > > > > What is LIDOS? > > (Couldn't find any reference on the Internet) > > it might help to use the intended

Re: [Freedos-user] picoTCP: a modern, open-source TCP/IP stack for DOS

2023-08-05 Thread tom ehlert via Freedos-user
Hallo Herr Aitor Santamaría via Freedos-user, > What is LIDOS? > (Couldn't find any reference on the Internet) it might help to use the intended spelling "Lidux" Tom > Aitor > On Fri, 20 Nov 2015 at 17:08, Alain Mouette wrote: >> Due to zero interest in the VM with Linux+FreeDOS that I

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
And yet here we are talking about UNIX utilities ported to a 32-bit compiler running on a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, originally written by a 2 bit company, that can't stand 1 bit of competition. I daily drive Fedora Linux myself. But

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 1:02 PM, Louis Santillan wrote: And yes Ralf, if the servers or companies have strict security standards requiring newer protocol versions, then curl will fail or will eventually fail to communicate with them. Well, he stated that an attempt to use http instead failed, so I

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
https://linux.die.net/man/1/curl -k/--insecure(SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure"

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 12:51 PM, Louis Santillan via Freedos-user wrote: Don’t do anything that requires security (banking, personal info, connecting to work) if you decide to use a 3rd party proxy.  All of these proxies can potentially see your credentials and sensitive information.  It would be best

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread zerofive--- via Freedos-user
The cert check bypass seems to solve my issue, thank you very much! Also, the error message I get (with cert check) is: curl: (77) error setting certificate verify locations:   CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none     Sent: Saturday, August 05, 2023 at 2:37 PM From: "Louis

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
You might also try standing up an http to https proxy. There are some proxies setup specifically for retro computers like https://protoweb.org/get-started/ https://github.com/DrKylstein/retro-proxy https://youtu.be/-Qs3LVPmLgk https://protoweb.org/wiki/servers/

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 12:37 PM, Louis Santillan wrote: zerofive, you did not provide us actual error messages.  We can only speculate. At least with curl on Linux, you can bypass cert checks with “-k”.  If you still believe it’s certs and you have a known good certificate and private key, you pass

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 12:34 PM, zerofive--- via Freedos-user wrote: Then what do I do if I want to make a cURL request or WGet to a secure HTTPS page? Do I just use HTTP? But then it will forcefully redirect to HTTPS connection... What do I do? Use a properly Internet enabled operating system. Yes, I

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
zerofive, you did not provide us actual error messages. We can only speculate. At least with curl on Linux, you can bypass cert checks with “-k”. If you still believe it’s certs and you have a known good certificate and private key, you pass them as “--cert” and “--key”, respectively. wget has

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread zerofive--- via Freedos-user
Then what do I do if I want to make a cURL request or WGet to a secure HTTPS page? Do I just use HTTP? But then it will forcefully redirect to HTTPS connection... What do I do? Sent: Sunday, August 06, 2023 at 1:24 AM From: "Ralf Quint via Freedos-user" To: freedos-user@lists.sourceforge.net

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 5:35 AM, zerofive--- via Freedos-user wrote: Hello everyone! I am new to FreeDOS. When I try to use cURL or WGet, they sometimes error and refuse to use secure HTTPS connection. I figured it was from outdated certificates. Is there any way I can update them, manually or

Re: [Freedos-user] picoTCP: a modern, open-source TCP/IP stack for DOS

2023-08-05 Thread Aitor Santamaría via Freedos-user
Hello! What is LIDOS? (Couldn't find any reference on the Internet) Aitor On Fri, 20 Nov 2015 at 17:08, Alain Mouette wrote: > Due to zero interest in the VM with Linux+FreeDOS that I uploaded, it is > unprobable that LIDOS will get much work done... > > Remember that for FreeDOS, picoTCP is

[Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread zerofive--- via Freedos-user
Hello everyone! I am new to FreeDOS. When I try to use cURL or WGet, they sometimes error and refuse to use secure HTTPS connection. I figured it was from outdated certificates. Is there any way I can update them, manually or automatically? Thanks! ___