Merhabalar Centos 5 kullanıyorum...
openssl ile ürettiğim sertifikaları okutmakta zorluk çekiyorum. https ile bağlandığımda, zaman aşımı hatası veriyor. Aynı yol ile yerel de yaptığımda sorunsuz çalışıyor... *#openssl req -new -x509 -days 365 -nodes -out /etc/httpd/ssl/httpd.pem -keyout /etc/httpd/ssl/httpd.key* Daha sonta apache httpd.conf dosyasında aşağıdaki gibi ayarları yaptım. *<VirtualHost test.erdalyazicioglu.com.tr:443> DocumentRoot /home/www/test/public ServerName test.erdalyazicioglu.com.tr ErrorLog logs/test.erdalyazicioglu.com.tr-error_log CustomLog logs/test.erdalyazicioglu.com.tr-access_log common SSLEngine on SSLCertificateFile /etc/httpd/ssl/httpd.pem SSLCertificateKeyFile /etc/httpd/ssl/httpd.key </VirtualHost>* Apache yi yeniden başlattığımda aşağıdaki uyarıyı alıyorum. * [Tue Jun 28 18:43:48 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)* /etc/httpd altındaki ssl dizinin 755 ayarında.. Yardımlar için şimdiden teşekkürler... -- Erdal YAZICIOGLU *Shell Pearl GTL Project<http://www.shell.com/home/content/aboutshell/our_strategy/major_projects_2/pearl/> * Telecoms System Integrator Project Engineer Manager RLIC, State of Qatar www.erdalyazicioglu.com.tr Twitter: @chveneburo
_______________________________________________ Linux E-Posta Listesi [email protected] Liste kurallari: http://liste.linux.org.tr/kurallar.php Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux
