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

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
Louis Santillan via Freedos-user" To: "Discussion and general questions about FreeDOS." Cc: "Louis Santillan" Subject: Re: [Freedos-user] How do I update certificates in FreeDOS? zerofive, you did not provide us actual error messages.  We can only speculate.     At lea

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

2023-08-05 Thread Louis Santillan via Freedos-user
user@lists.sourceforge.net > *Cc:* "Ralf Quint" > *Subject:* Re: [Freedos-user] How do I update certificates in FreeDOS? > 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 some

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
eforge.net Cc: "Ralf Quint" Subject: Re: [Freedos-user] How do I update certificates in FreeDOS? 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 c

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

[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! ___