
27th November 2005, 14:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,184 Times in 3,202 Posts
|
|
The error means that you are in a directory that does not exist anymore, nothing serious. Is the certificate working that you cretaed or not?
|

27th November 2005, 19:17
|
|
Senior Member
|
|
Join Date: Nov 2005
Location: Novi Sad, Serbia
Posts: 414
Thanks: 13
Thanked 5 Times in 5 Posts
|
|
Yes, I realised that.
After I "reinstalled" certificate according to your instructions everything works fine.
Thank you very much. Your advices are allways great help.
BTW what means:
Quote:
quotacheck: WARNING - Quotafile //aquota.user was probably truncated. Can't save quota settings...
quotacheck: WARNING - Quotafile //aquota.group was probably truncated. Can't save quota settings...
|
|

27th November 2005, 21:54
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
This happens the first time when you set up quota. That's normal, nothing to worry about.
|

10th January 2006, 23:18
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Quote:
|
Originally Posted by falko
Try this:
Code:
openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024
openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365
openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365
openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key
chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key
Restart ISPConfig afterwards.
|
Help!
I have followed the changes to amend the detail of my certificate an now ispconfig will not restart and I can't connect to theserver at port 81.
It won't let me access emails either.
|
|
The Following User Says Thank You to badben For This Useful Post:
|
|

11th January 2006, 00:06
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
emails now work as I restarted saslauthd and postfix.
port 80 works also, it is just https://www.XXXXXXX.com:81/ that won't work.
It just says "The connection was refused when attempting to connect to https://...."
netstat -tap shows nothing for ispconfig and i've tried to restart ispconfig-server three times, no joy.
|

11th January 2006, 00:36
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Sorry to be a pain but it now works.
I must have done something wrong as I have redone the changes to the cert and the ispconfig apache now works.
On the plus side I have now found were all of the ssl cert stuff is and a bit more about how they work.
Sorry again, but I paniced a bit.
|

11th January 2006, 00:46
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by badben
Sorry again, but I paniced a bit.
|
No problem!  It's good that it's working again.
|

27th March 2006, 15:08
|
|
Member
|
|
Join Date: Feb 2006
Posts: 65
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
SSL working
My SSL certificate is not working properly when the session expired.
I did a wrong choice in the initial setup of ipconfig, but I do not want to reinstall. my ispconfig runs on https://www.myserver.com:81 . When I load this address it works fine (except that my certificate always generates a browser warning). When the session times out, however, I get refered to https://server.myotherdomain.com.myotherdomain.com:81 .This is probably because of my bad choice in the install. How can I change the path server.myotherdomain.com to just www and the myotherdomain.com part to myserver.com? I want to set up a webhost and really don't want customers to see that other domain.
Also, it would be nice if anyone could tell me how to set up a ssl certificate that does not generate the warnings, without having to pay a lot of $$ for an authority. Thanks.
You have helped me already quite a lot. Thank you soo much. Great tool. Great support and all that for free, I can't believe it!
|

28th March 2006, 11:21
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by geek.de.nz
I did a wrong choice in the initial setup of ipconfig, but I do not want to reinstall. my ispconfig runs on https://www.myserver.com:81 . When I load this address it works fine (except that my certificate always generates a browser warning). When the session times out, however, I get refered to https://server.myotherdomain.com.myotherdomain.com:81 .This is probably because of my bad choice in the install. How can I change the path server.myotherdomain.com to just www and the myotherdomain.com part to myserver.com? I want to set up a webhost and really don't want customers to see that other domain.
|
Please set the correct FQDN in /home/admispconfig/ispconfig/lib/config.inc.php and in /root/ispconfig/httpd/conf/httpd.conf and restart ISPConfig:
Code:
/etc/init.d/ispconfig_server restart
Quote:
|
Originally Posted by geek.de.nz
Also, it would be nice if anyone could tell me how to set up a ssl certificate that does not generate the warnings, without having to pay a lot of $$ for an authority. Thanks. 
|
You don't get such a certificate for free.
I'm buying my certificates at InstantSSL.com.
|

28th March 2006, 12:16
|
|
Member
|
|
Join Date: Feb 2006
Posts: 65
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Danke. But I think I read somewhere that you can set up your own authority. But yeah, as far as I know this wouldn't really make sense since you need to have a trusted party between the site and the user (browser) as far as my knowlege of security goes.
Ich bin uebrigens auch Deutscher
__________________
Always mention at least your distribution/version! You can add it in your signature if you don't want to always type it. ;-)
Distributions:
Ubuntu 5.10 with custom kernel (2.6.16-suspend2),
Debian Sarge 3.1 and Etch
Please submit your ISP or Webhost to (free)
http://www.ihostnz.com
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 19:11.
|
Recent comments
1 day 10 hours ago
1 day 18 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 27 min ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 20 hours ago
2 days 21 hours ago