We originally setup EspoCRM on http and without any certificates, using just the servers IP address to access the site i.e. "http://1.2.3.4/espocrm/#" - this works fine and continues to do so, however we now want to move this to https and install a new site name with the certificate.
The certificate has been successfully installed and when going to the new site i.e. "https://new.address.co.uk/espocrm/#" shows that the certiicate is working and installed, but instead of seeing the regular Espo site and able to login we get 'Forbidden - you don't have permission to access this resource'.
This is also the case when using https and just the IP address - exactly the same error. http://1.2.3.4/espocrm/# work perfectly with no issues.
Has anyone got any advice as to where we are going wrong here please? The httpd-vhosts.conf is set up identically for port 80 and 443 but as mentioned previously is unable to be accessed.
This is setup on a Windows server using WAMP and Apache 2.4.57.3 and PHP 8.2.7
The certificate has been successfully installed and when going to the new site i.e. "https://new.address.co.uk/espocrm/#" shows that the certiicate is working and installed, but instead of seeing the regular Espo site and able to login we get 'Forbidden - you don't have permission to access this resource'.
This is also the case when using https and just the IP address - exactly the same error. http://1.2.3.4/espocrm/# work perfectly with no issues.
Has anyone got any advice as to where we are going wrong here please? The httpd-vhosts.conf is set up identically for port 80 and 443 but as mentioned previously is unable to be accessed.
This is setup on a Windows server using WAMP and Apache 2.4.57.3 and PHP 8.2.7
Comment