Port 8443 Issues

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

garywags

Port 8443 Issues

Postby garywags » Wed Sep 14, 2005 8:40 pm

New to this so apologies for any basic errors.

Have followed the install guide and have no problem with running Webmail and Administration console on port 8080.

However when trying to connect on port 8443 using firefox get a pop up window saying "you have chosen to open Webmail or Sac which is a BIN file". The server is listening on Port 8443.

I am running Fedora Core 4 and Scalix Community Edition 9.4.

Thanks

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Fri Oct 28, 2005 8:11 pm

Hi Gary,

Could you post the section of your server.xml file that pertains to your port 8443 settings? Also, what URL are you using to access your Scalix Server via 8443?

Thanks,
Rachel

dogstar1

Port 8443 issues...

Postby dogstar1 » Mon Oct 31, 2005 10:20 am

I am also having problems with port 8443. Here is the related config:

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" />
<!-- Note : To disable connection timeouts, set connectionTimeout value
to 0 -->

<!-- Note : To use gzip compression you could set the following properties :

compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml"
-->

<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector port="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />

<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
<Connector port="8009"
enableLookups="false" redirectPort="8443" debug="0"
protocol="AJP/1.3" />

lsof -i :8443 returns nothing.

Any help is much appriciated. Thanks!

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Mon Oct 31, 2005 11:04 am

When you start up tomcat, if nothing is listening on port 8443 even though it looks like you have configured server.xml correctly, there should be some errors logged in $TOMCAT_HOME/logs/catalina.out.

Please can you post them ?

Cheers

Dave

cmcnabb
Posts: 34
Joined: Fri Oct 21, 2005 2:55 pm
Location: Clovis, CA
Contact:

Postby cmcnabb » Mon Oct 31, 2005 3:55 pm

Dogstar,
It looks like you are trying to set up two connectors, both the 8080 and the 8443. If you have the 8080 commented out, I am missing it somewhere. If I remember correctly, you have to comment out the 8080 section.

dogstar1

Resolved

Postby dogstar1 » Mon Oct 31, 2005 4:31 pm

I resolved the issue by rebuilding the key and restarting tomcat. I did this a few times previously but this time it worked.

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Tue Nov 01, 2005 1:24 pm

cmacnabb, just as a side remark...

while many users would comment out the 8080 http connector as soon as they've setup 8443 for https for security reasons, it is well possible to run both in parallel.

-- Florian.
Florian von Kurnatowski, Die Harder!

cmcnabb
Posts: 34
Joined: Fri Oct 21, 2005 2:55 pm
Location: Clovis, CA
Contact:

Postby cmcnabb » Tue Nov 01, 2005 6:16 pm

Thank you Florian. I did not know that it was possible to do that.


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 1 guest