Search found 3 matches

by Mathiaus
Sun May 12, 2019 7:43 pm
Forum: Help Forum
Topic: Adding SSL to Mudlet 2.1 downloadFile
Replies: 3
Views: 4247

Re: Adding SSL to Mudlet 2.1 downloadFile

Switching my hard drive to the linux os did the trick! It uses the SSL no problem, and I even directly download the https links without it having to redirect.
by Mathiaus
Sun May 12, 2019 2:51 pm
Forum: Help Forum
Topic: Adding SSL to Mudlet 2.1 downloadFile
Replies: 3
Views: 4247

Re: Adding SSL to Mudlet 2.1 downloadFile

Thanks for the info! I have linux mint on another hard drive that I could use for this laptop. Sounds like a better, safer option. I do have mingw and git set for this laptop as well, and could follow through with source code compiling it into an exe, but I definitely feel the linux side of this bei...
by Mathiaus
Tue May 07, 2019 9:24 pm
Forum: Help Forum
Topic: Adding SSL to Mudlet 2.1 downloadFile
Replies: 3
Views: 4247

Adding SSL to Mudlet 2.1 downloadFile

Hi! I run Mudlet on an old Inspiron E1505 Dell, and I'm limited to Windows XP currently with a 32 bit system. I want to be able to use the downloadFile() function with HTTPS links, and I know I have to manipulate the TLuaInterpreter.cpp in order do so, with: #ifndef QT_NO_SSL if (url.scheme() == QSt...