![]() |
SSL on port 8080 and 8081
Hi,
When I use https on port 8080 every thing is fine, but when I use https on port 8081 I get Code:
Secure Connection Failed |
There is no ssl for port 8081 enabled, so if you access a http vhost by https, you get the error message that you posted above.
|
How to enabel ssl on port 8081.
My apps.vhost looks like this Code:
listen 8081; |
Take a look at the ISPConfig vhost and copy over the SSL lines to the apps vhost (that way you will be using the same SSL cert as the ISPConfig interface).
|
Thanks for your reply Falko,
It works, but had to take the lines out again, because the clients don't know that they have to use https now. Is it possible to configure it that they can choose either http or https ? |
No, not on the same port.
|
apps.vhost
Hi,
I am able to make it work by adjusting apps.vhost, but whenever I change something in the ISPConfig configuration, it overwrite's apps.vhost defaulting it back to a non-ssl connection. How can I configure it in ISPConfig so that it remains ssl, or if that is not possible, what action should I refrain from doing so it does not rewrite apps.vhost. Thanks, Trixor EDIT: And I figured something out that works: Put this in your Server config -> Web -> Apps-vhost port 8081 ssl; ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key |
| All times are GMT +2. The time now is 23:22. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.