Re: [Interest] Connection problems with QNerworkAccessManager

2018-10-09 Thread Roman Wüger
Hello, i tried it with 5.11.x versions. The log from the server shows that the request (which is a normal GET request), I also tried POST request, is sent a multiply of 100 per second so ~= 200 requests per second until the server give up. I use https and a htaccess restricted area, which calls

Re: [Interest] Connection problems with QNerworkAccessManager

2018-10-09 Thread Roman Wüger
I tried to copy the script outside of the htaccess restricted are, and it seems to work. Maybe it has todo with the combination of ssl and htaccess? Regards > Am 09.10.2018 um 14:50 schrieb Roman Wüger : > > Hello, > > i tried it with 5.11.x versions. > The log from the server shows that the

[Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Christopher Probst
Hi, This may be off-topic, so I apologize in advance. I used the Qt Install Framework to build an installer of my Qt Application. The issue is that when I run the build installer, a big warning appears telling me that the Publisher is unknown. Has anybody had to deal with this? Is becoming a know

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nils Jeisecke via Interest
Hi Christpher, Am 09.10.2018 um 11:10 hat Christopher Probst geschrieben: > This may be off-topic, so I apologize in advance. I used the Qt Install > Framework to build an installer of my Qt Application. The issue is that > when I run the build installer, a big warning appears telling me that the

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Christopher Probst
Thank-you Nils for your reply. I think signing your installer should solve this. "Trust" can be bought > with the certificate. Please forgive my ignorance, but how does one sign an application with Microsoft? The documentation online seems unnecessary complex for something that should be routi

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Christopher, In order to have Microsoft’s SmartScreen saying your company name, you need to buy a EV certificate: https://www.globalsign.com/en/code-signing-certificate/ev-code-signing-certificates/ It cost

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Christopher Probst
Thank-you, this is awesome. I very much appreciate this. I will keep you all posted on how this goes. Thanks again to everybody who contributed to this thread. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Elvis Stansvik
Den tis 9 okt. 2018 17:29Nuno Santos skrev: > Christopher, > > In order to have Microsoft’s SmartScreen saying your company name, you > need to buy a EV certificate: > Let me add that it's not strictly necessary to use an EV certificate to get rid of SmartScreen. It's possible with a "regular" c

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Elvis, That’s interesting! Thanks for sharing that info. The price is considerably different! I personally think this is a anual robbery! :D Best, Nuno > On 9 Oct 2018, at 16:54, Elvis Stansvik wrote: > > Den tis 9 okt. 2018 17:29Nuno Santos > skrev: > Chri

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nils Jeisecke via Interest
Am 09.10.2018 um 16:29 hat Nuno Santos geschrieben: > There are several providers for this. Globalsign is just one. Then you will > receive a usb dongle with your certificate (GlobalSign sends a USB dongle). Yeah, and the glorious signtool will ask for a PIN every time your automated build signs t

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Jason H
It was 10 years ago that I first signed Qt binaries with a cert. Consult the MS pages on who to buy a code signing cert from, but 300EUR seems high. I think I got mine for $70USD It's just a matter of signing the binary with the right kind of cert from someone in the MS trust domain. It was a tr

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Nils, This is good stuff! Thanks for sharing. This will definitely help with the CI process. Best, Nuno > On 9 Oct 2018, at 16:58, Nils Jeisecke wrote: > > Am 09.10.2018 um 16:29 hat Nuno Santos geschrieben: >> There are several providers for this. Globalsign is just one. Then you will >>

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Vadim Peretokin
Here's how we do code signing in CI with Mudlet for our Qt project: https://github.com/Mudlet/Mudlet/blob/development/CI/appveyor.after_success.ps1 Note that we use Squirrel, not the Qt Install Framework - Squirrel is much more user-friendly. - Vadim. On Tue, Oct 9, 2018 at 6:04 PM Nuno Santos

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Andy
While we're on the subject... I've been trying to find out if one can use the Apple dev cert to sign Windows desktop apps as well - does anyone know if this is possible? Two birds/one stone? Thanks! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Vadim Peretokin
No, we pay a separate fee for Apple signing. On Tue, Oct 9, 2018 at 6:45 PM Andy wrote: > While we're on the subject... > > I've been trying to find out if one can use the Apple dev cert to sign > Windows desktop apps as well - does anyone know if this is possible? Two > birds/one stone? > > Tha

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Elvis Stansvik
Den tis 9 okt. 2018 kl 17:54 skrev Elvis Stansvik : > > Den tis 9 okt. 2018 17:29Nuno Santos skrev: >> >> Christopher, >> >> In order to have Microsoft’s SmartScreen saying your company name, you need >> to buy a EV certificate: > > > Let me add that it's not strictly necessary to use an EV certi

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Elvis Stansvik
Den tis 9 okt. 2018 kl 19:42 skrev Elvis Stansvik : > > Den tis 9 okt. 2018 kl 17:54 skrev Elvis Stansvik : > > > > Den tis 9 okt. 2018 17:29Nuno Santos skrev: > >> > >> Christopher, > >> > >> In order to have Microsoft’s SmartScreen saying your company name, you > >> need to buy a EV certificate

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Elvis Stansvik
Den tis 9 okt. 2018 kl 17:54 skrev Elvis Stansvik : > > Den tis 9 okt. 2018 17:29Nuno Santos skrev: >> >> Christopher, >> >> In order to have Microsoft’s SmartScreen saying your company name, you need >> to buy a EV certificate: > > > Let me add that it's not strictly necessary to use an EV certi