GNOME Bugzilla – Bug 639893
SSL does not work for library.gnome.org
Last modified: 2013-03-06 13:12:29 UTC
The https://library.gnome.org/ URL does not load properly. It presents an invalid certificate (which is only valid for www.gnome.org), and if validation is skipped, presents the default RHEL apache installed web site. Please get a new certificate for the library domain, or add the domain to the existing certificate, and point the apache config at the proper web site location.
Just out of curiosity, is there a reason it actually needs to use ssl in the first place?
I don't know. I didn't configure the site. If HTTPS is going to load anything, it should load the right thing, and have a valid certificate, though.
Actually, no. If you put https it just means it'll connect to the IP address. If the vhost doesn't have https configured, it'll show another site. If you are using Internet Explorer on Windows XP it is even nicer. It flat out doesn't support multiple https sites on one IP address. Seems we can restrict it somewhat though: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslstrictsnivhostcheck Turning that on means we block all people who use: * Safari/Internet Explorer on Windows XP * Konqueror * various mobile browsers
library.gnome.org has SSL enabled now, that together with both developer.gnome.org and help.gnome.org.