Migrating eMails off a SunOne mail server. Getting the messages (via POP3) is easy. But I also want to grab the mail rules users have configured. I don't seem to be able to find documentation about them. What format are they stored in?
I am seeing the issue in one of my web server access logs which is proxying to weblogic
...-0400] "GET /" 500 32
Can you suggest what this might mean. It is a sunone web server
We want to get 2048 bit key length CSR requests. The browser based GUI provides us with a 1024 bit CSR and I don't know how to change that.
It seems that 1024 bit key lengths will no longer supported by SSL companies. (Lower cost options only support 2048 bit. Thawte who is much more expensive say they accept 1024 for only one or two year certificates, but not 3). The legacy systems in question are running Sun ONE Webserver 6.1. Upgrading would be time consuming and we would rather not have to do that right now. We will be phasing these out but it will take awhile, so...
Got it!!
It is for the same version webserver I am using.
/opt/SUNWwbsvr/bin/https/admin/bin/certutil -R -s "CN=sub.domain.ext,OU=org unit,O=company name,L=city,ST=spelled state,C=US,E=email" -a -k rsa -g 2048 -v 12 -d /opt/SUNWwbsvr/alias -P https-sub.domain.ext-hostname- -Z SHA1
Hi I am getting following exeception after posting the lasrge amount of Data.
[#|2010-03-01T23:36:49.764-0600|WARNING|sun-appserver-ee8.1_02|javax.enterprise.system.stream.err|_ThreadID=31;|java.lang.IllegalStateException: Post too large
at org.apache.coyote.tomcat5.CoyoteRequest.parseRequestParameters(CoyoteRequest.java:2607)
at org.apache.coyote.tomcat5.CoyoteRequest.getParameter(CoyoteRequest.java:1139)