Comment 7 for bug 1820381

Revision history for this message
AkaSchmid (akaschmid) wrote :

I tried through a diffrent machine..I am getting the error
http://192.168.10.3/eg/opac/home : This url work fine.. but as soon as I tried to login..as staff.
This happen
https://192.168.10.3/eg/staff/login/
Not Found

The requested URL /eg/staff/login/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.168.10.3 Port 443

The question is ? Does evergreen ever use Port 443: If not why not
Port 443 is the starndard port for SSL
I dont understand the websocet concept of using
sudo -b /usr/local/bin/websocketd --port 7682 --ssl --sslcert=/etc/apache2/ssl/server.crt \
     --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio

Should this not read
sudo -b /usr/local/bin/websocketd --port 443 --ssl --sslcert=/etc/apache2/ssl/server.crt \
     --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio

Notice the port 443???
Is it possible to elimnate SSL.. ?
My application does not require SSL