Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.35k stars 1.03k forks source link

Using Squirrel UpdateManager with a normal webserver #1804

Closed OssieFromDK closed 11 months ago

OssieFromDK commented 2 years ago

Hi, I'm trying to use the Squirrel UpdateManager with my normal webserver, NOT ASP.Net or ASP, is this possible?

When using Fiddler I can see it tries to connect, however It returns a 406, I put the files at https://ossie.dk/download/

Fiddler looks like this: https://i.imgur.com/qP9jGRe.png

I can see it trying to use a GET request, however I'm not good enough to write something in PHP to handle this, is there another smarter way? Or am I doing something wrong?

anaisbetts commented 2 years ago

I'm not sure why your webserver is sending back a 406 but indeed, there are no special requirements for the webserver. S3 / Blob Storage, or any web server that is serving static content is sufficient to use Squirrel.Windows

OssieFromDK commented 2 years ago

I'm not sure why your webserver is sending back a 406 but indeed, there are no special requirements for the webserver. S3 / Blob Storage, or any web server that is serving static content is sufficient to use Squirrel.Windows

Could it be because my webserver uses HTTPS? In the fiddler response header it says "HTTP" and not HTTPS