int
03-25-2007, 01:01 AM
I get this when I go to <http://server.ip/nodeworx> on my box:
---------------------------
There is a problem with this website's security certificate.
The security certificate presented by this website was not issued by a trusted certificate authority.
The security certificate presented by this website was issued for a different website's address.
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended).
More information
etc etc
-----
I have gotten this error for about a year now, and never thought twice about trying to fix it / inquire. Today, I was sitting with a colleague and he mentioned how I really should get to that / fix that, and that it could be my ServerName not being matched in my ssl.conf and httpd.conf files (i believe those are the two conf files he mentioned).
The ssl.conf file was set as :
# General setup for the virtual host
DocumentRoot "/var/www/htdocs"
ServerName www.example.com:443
ServerAdmin you@example.com
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
I tried matching the ServerName in the two files (I put domain.tld:443) but that didn't fix it.
Is this a known/common InterWorx error that's displayed?
Please advise! Thanks =)
---------------------------
There is a problem with this website's security certificate.
The security certificate presented by this website was not issued by a trusted certificate authority.
The security certificate presented by this website was issued for a different website's address.
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended).
More information
etc etc
-----
I have gotten this error for about a year now, and never thought twice about trying to fix it / inquire. Today, I was sitting with a colleague and he mentioned how I really should get to that / fix that, and that it could be my ServerName not being matched in my ssl.conf and httpd.conf files (i believe those are the two conf files he mentioned).
The ssl.conf file was set as :
# General setup for the virtual host
DocumentRoot "/var/www/htdocs"
ServerName www.example.com:443
ServerAdmin you@example.com
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
I tried matching the ServerName in the two files (I put domain.tld:443) but that didn't fix it.
Is this a known/common InterWorx error that's displayed?
Please advise! Thanks =)