View Single Post
  #18 (permalink)  
Old 07-07-2008, 03:14 PM
relay23 relay23 is offline
Intermediate Member
 
Posts: 19
Default

I found this in another post and had tried it actually. Nada.

Here's the part of my web.xml that is pertinent:

<env-entry>
<description>
The protocol mode can be one of three modes - mixed, http,
or https.
</description>
<env-entry-name>protocolMode</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>both</env-entry-value><!-- PROTOCOL MODE -->
</env-entry>

I left the redirect part commented out until I can get https working. Any more troubleshooting steps you can recommend to find out what is blocking this from working? I have looked at the log files you pointed us to and have the following (super long so i am only pasting the last terminal buffer below.

With zmmailboxd.out I did a cat | grep ssl and a search for 443 and https. came up short on all.

My mailbox.log is super huge. Would like some guidance on what to look for but for now, i have grep'd for https, ssl and 443.

1. /opt/zimbra/log$ sudo cat mailbox.log | grep ssl
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.a ccept(SSLServerSocketImpl.java:259)
at com.sun.net.ssl.internal.ssl.OutputRecord.writeBuf fer(OutputRecord.java:295)
at com.sun.net.ssl.internal.ssl.OutputRecord.write(Ou tputRecord.java:284)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRe cordInternal(SSLSocketImpl.java:727)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRe cord(SSLSocketImpl.java:715)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write (AppOutputStream.java:59)

2. /opt/zimbra/log$ sudo cat mailbox.log | grep https
null results

3. /opt/zimbra/log$ sudo cat mailbox.log | grep 443
just returned a bunch of message id's.

I was over the size limit posting the zmmailboxd.out log so i will reply with that.

Last edited by relay23; 07-07-2008 at 07:31 PM.. Reason: added log data
Reply With Quote