Hi all,
I am running gitorious on phusion passenger+nginx
when i click on login or register links it throws ssl error.
I have genereted ssl certificates. set the path at nginx conf file
my server block looks like this..
--------------------------------------------------------------------------------------
server {
listen 80;
listen 443;
server_name localhost;
ssl on;
ssl_certificate /etc/ssl/certs/myssl.crt;
ssl_certificate_key /etc/ssl/private/myssl.key;
ssl_session_timeout 5m;
ssl_protocols SSLv2 SSLv3 TLSv1;
ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:
+SSLv2:+EXP;
ssl_prefer_server_ciphers on;
location / {
root /home/chiliproject/mainline/public;
index index.html index.htm;
}
}
---------------------------------------------------------------------------------------------
at config/gitorious.yml it is set to true.
use_ssl: true
------------------------------------------------------------------
still i am getting the same error.
how to solve this?
Nagaraj P G
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]