Topic: Set Sogo/Nginx to also use alternate SSL port, and keep using it!
======== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): v0.9.8
- Linux/BSD distribution name and version: Centos 7.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi All,
This may be similar the the post " Other SSL sites by christophk", but I wasn't sure and didn't want to hijack his thread.
All users on my LAN can access Sogo fine using a local IP/web address. But I'm trying to make it available over the internet. I already have another application using SSL that can be accessed over the web witha port forwarding rule set in my firewall. So in my 00-default-ssl.conf I added a listen:
HTTPS
server {
listen 443;
listen 8443;
server_name _;
root /var/www/html;
index index.php index.html;
An added a port forwarding rule on the firewall to send 8443 to the iRedMail server. It sort of works but breaks halfway through the log in process. See attached images.
Question - How do I get Sogo to use port 8443 through the full log in process?
Thanks!
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.