
21st July 2005, 14:19
|
|
Junior Member
|
|
Join Date: Jul 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Fail to open ISPConfig site: firefox 8182
It complains about my certificate being invalid, how can I fix this?
IE doesnt open at all
My setup using debian and the howto at http://www.falkotimme.com/howtos/per..._debian_sarge/
worked great until now...
Help please
|

21st July 2005, 14:42
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Is ISPConfig running? Execute
and look if ISPConfig is running on port 81. If not, restart ISPConfig:
Code:
/etc/init.d/ispconfig_server restart
BTW, you did try to connect on port 81, didn't you (it's https://url_of_your_server:81)?
It's also possible that the firewall on your desktop is blocking access to port 81. Shut down your firewall and try again.
|

21st July 2005, 14:45
|
|
Junior Member
|
|
Join Date: Jul 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes it is running, however the certificates the setup generated seem to be faulty, is there a way to restart that part of the setup or an other way to re-generate those certificates?
|

21st July 2005, 15:18
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
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.
|
|
The Following 13 Users Say Thank You to falko For This Useful Post:
|
awd.pt (18th July 2008),
banancanard (26th March 2008),
CaptainBalou (5th September 2007),
CPU_Lizard (9th October 2008),
docdries (2nd August 2008),
jkrell (30th March 2008),
linus (3rd December 2008),
lubos (28th November 2007),
Morons (30th April 2007),
odcheck (3rd August 2009),
oriongr (27th February 2008),
swggy (11th May 2007),
webcycler (29th April 2008)
|

9th August 2005, 18:15
|
|
Senior Member
|
|
Join Date: Jul 2005
Posts: 149
Thanks: 13
Thanked 1 Time in 1 Post
|
|
Well, firefox at least gives me the option now. It still says, "This certificate is not in the trusted root database." Is that normal?
|

9th August 2005, 18:27
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,191 Times in 3,207 Posts
|
|
Quote:
|
Originally Posted by m u r
Well, firefox at least gives me the option now. It still says, "This certificate is not in the trusted root database." Is that normal?
|
Yes, because it is an self signed certificate. If you dont want to have this messgae you must buy an SSL Certificate from an SSL Authority.
|

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.
|

9th May 2006, 17:52
|
|
Member
|
|
Join Date: Apr 2006
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Restart ISPConfig afterwards.[/QUOTE]
Perfect.... it's working now..
thanks
|

12th July 2006, 16:58
|
|
Junior Member
|
|
Join Date: Mar 2006
Location: germany
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Is there anything wrong with this....
CAcert.org offers free certs for domains, emails, servers...
are these ok or is ther something wrong with them. I've used it last year but it don't seem like anybody knows about them or there is something not quit ok.
__________________
The hardware box said use Win98 or better, so I installed Debian
|
| Thread Tools |
|
|
| Display Modes |
Hybrid 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 03:05.
|
Recent comments
17 hours 54 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 7 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 42 min ago
2 days 5 hours ago
2 days 7 hours ago