cy33hc / ps4-ezremote-client

GNU General Public License v2.0
114 stars 6 forks source link

"426 Connection closed" when trying to access http server #3

Closed lsahnicne closed 1 year ago

lsahnicne commented 1 year ago

I have an http server set up on my NAS to use with PS4 SMB Client to install games remotely and it works. However, when I try to access said server with this application, I get a "426 Connection closed." error.

11

ezRemote Client_20230212164305

cy33hc commented 1 year ago

@lsahnicne I didn't port over the install from http server from the standalone smb client. The http URL that you put in the site needs to be a WebDAV server. WebDAV is an extension of http, so just regular http server will not work. I will add back the option later for install form http server with smb.

cy33hc commented 1 year ago

@lsahnicne New version release. Adds support to connecting to HTTP Servers like Apache, Nginx, MS IIS and Serve. From screnshot it looks like your server is Nginx, so that should work now.