Remove warning messages

542 views
Skip to first unread message

Tony Freeman

unread,
Jun 23, 2015, 11:10:30 AM6/23/15
to qz-p...@googlegroups.com
Hi,

I am using classic ASP on IIS8. I have a premium lisc.
I have updated the javascript function "getCertificate(callback)" non ajax method with the certificate generated from your web utility. When my page loads, the QZ tray allows you to remember the site and removes that warning. However, when I go to print a sticker, I still get a warning ""untrusted website" and you can not select remember and allow together.

Please explain what I need to do to remove this warning message ... I am on a tight timeline to get this working (24hrs) ....

Tres Finocchiaro

unread,
Jun 23, 2015, 11:56:08 AM6/23/15
to Tony Freeman, qz-p...@googlegroups.com
@Tony,

> I am using classic ASP on IIS8. I have a premium lisc. [...] Please explain what I need to do to remove this warning message

The qztray page explains this under the "Signing Messages QuickStart" section here:  https://qz.io/qztray/ 

Unfortunately, we do not yet have an example ready for Classic ASP/VBScript.  The closest we have is C#, which would have a much different subset of cryptography libraries. The C# example is located here:  %programfiles%\QZ Tray\demo\assets\signing\sign-message.cs

> I am on a tight timeline to get this working (24hrs) ....

24 hours is a bit too aggressive of a timeline.  We can work to get a signing example, but we most likely will not be able to supply a Classic ASP example in such a short amount of time.  Please let me know if you would like us to continue looking into this now if you will be doing the investigation on you own.  At a glance, it looks like you may need to use a 3rd party ActiveX Object to load a RSA 2048 private key into Classic ASP.  Here is the first example I was able to find on the internet:  http://www.example-code.com/ASP/rsa_signWithPEM.asp

-Tres

--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tres Finocchiaro

unread,
Jun 24, 2015, 1:50:51 AM6/24/15
to Tony Freeman, qz-p...@googlegroups.com
@Tony,

Here is an example in VBScript using a 3rd party library to perform the signing algorithm:


This should be easily adaptable to Classic ASP.

-Tres
Reply all
Reply to author
Forward
0 new messages