I am trying to download osTicket to Ubuntu 18.04, I get certificate error
Run command from ssh terminal.
sudo wget http://osticket.com/sites/default/files/download/osTicket-v1.9.8.1.zip.
Resolving osticket.com (osticket.com)... 96.126.117.188
Connecting to osticket.com (osticket.com)|96.126.177.188:80 ... connected
HTTP request sent, awaiting response ... 301 Moved Permenently
Location: https://osticket/sites/default/files/download/osTicket-v1.9.1.1.zip [following]
--2018-12-11 11:51:07 -- https://osticket.com/sites/default/files/download/osTicket-v1.9.1.zip
Connecting to osticket.com (osticket.com)|96.126.117.188|:443... connected.
WARNING: cannot verify osticket.com's certificate, issued 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited, L=Salford,ST=Greater Manchester,C=GB'
Unable to locally verify the issuer's authority,
HTTP request sent, awaiting response... 404 Not Found
2018-12-11 11:51:08 ERROR 404: Not Found

Ran wi --no-check-certificate gave above error.
With no check just fails with same above statements but no 404 just says to run with --no-check-certificate.

I am trying to install it on an Ubuntu 18.04 server with apache2, php 7> mysql and perl installed.

Any ideas or is there another way to get it.

Can someone reply to this problem

The 1.9 tree is no longer supported. I would recommend that you not install such an old version and go with the current stable 1.10.4.

As a side note no current versions support PHP 7.0+ at this time, so you would want to downgrade to 5.6.

Write a Reply...