Virus Guy wrote:
> > One possible problem - the script links are using SSL (https) so
> > the server must be able to handle that.
>
> Yea, that's the problem.
So I downloaded this (Abyss Web Server)
http://software-files-a.cnet.com/s/software/11/90/11/03/abwsx1.exe
More info here:
http://abyss.sourceforge.net/
I apparently downloaded the free/limited-functionality commercial
version from the cnet link.
This web server (this free version) can do http and https - but not at
the same time. I have to choose one or the other in the config
settings.
So I've got it working as an https server on port 443, and the link to
googleapis.com jquery.min.js works fine (but I did have to create a
dummy self-signed SSL certificate and tell my browser to accept it).
I guess I'll still have to have the Microsoft Personal Web Server
running for any http port-80 stuff I want to serve.
So I try out VT with this new setup, and I get this:
===============
You have attempted to establish a connection with
"
ajax.googleapis.com". However, the security certificate presented
belongs to "test". It is possible, though unlikely, that someone may be
trying to intercept your communication with thie website. If you
suspect the certificate shown does not belong to "
ajax.googleapis.com",
please cancel the connection and notify the site administrator.
===============
I click "OK" (to accept this situation) and I get another similar
message, but this time instead of
ajax.googleapis.com I get
ssl.google-analytics.com. I don't know what file it's looking for in
this case. I just continue by hitting OK.
The VT website continues normally and I'm able to submit a file for
analysis.
So, can I create many different certificates, and just make sure that I
replace "test" with the appropriate host-names?