- Joined
- May 1, 2018
- Messages
- 13
- Reaction score
- 2
Hi all,
I cannot get this working and the online documentation doesn't help because it assumes I need to create a certificate but I already have one. I'm not sure which steps to skip and which still apply.
I am trying to set up a 3CX server using an existing wildcard cert so I have the .pfx file and when I upload that during the install it gives me no errors and there are two SSL_Certificate files (crt & key) in the correct folder and they appear in the nginx conf file.
But it only generates a config file for port 5000 - not 5001. I can connect to the server using http://ip.add:5000 but not https://ip.add:5001
Do I have to manually add the config settings for 443/5001 or should the wizard do it? (I figure the Wizard should do it if everything is correct ...)
If I check the nginx logs I only see these errors relating to the certificate but I haven't been able to resolve them via much googling and my limited understanding of using SSL Certs:
As far as I can tell, nginx is using letsencrypt as the resolver. The certificate is issued by GoDaddy.
I'm more than happy to have it pointed out I've done something stupid ... as long as it results in me getting this thing operational!
I cannot get this working and the online documentation doesn't help because it assumes I need to create a certificate but I already have one. I'm not sure which steps to skip and which still apply.
I am trying to set up a 3CX server using an existing wildcard cert so I have the .pfx file and when I upload that during the install it gives me no errors and there are two SSL_Certificate files (crt & key) in the correct folder and they appear in the nginx conf file.
But it only generates a config file for port 5000 - not 5001. I can connect to the server using http://ip.add:5000 but not https://ip.add:5001
Do I have to manually add the config settings for 443/5001 or should the wizard do it? (I figure the Wizard should do it if everything is correct ...)
If I check the nginx logs I only see these errors relating to the certificate but I haven't been able to resolve them via much googling and my limited understanding of using SSL Certs:
"ssl_stapling" ignored, issuer certificate not found
andhost not in resolver "ssl_ciphers" in /etc/nginx/sites-enabled/3cxpbx:28
As far as I can tell, nginx is using letsencrypt as the resolver. The certificate is issued by GoDaddy.
I'm more than happy to have it pointed out I've done something stupid ... as long as it results in me getting this thing operational!