Hi All, I am having issue with trac version 0.12 running on RHEL 5.11 (Tikanga)
1. Currently my trac url is as below http://......URL...:8000/pdoc is *working fine* 2. I am trying the above url for HTTPS/SSL by using stunnel and refering this doc *https://trac.edgewall.org/wiki/STunnelTracd* Below are the steps I performed: Installed the stunnel pacakage under /etc/stunnel (stunnel-4.15-2.el5.2) Have modified /data/../../conf/trac.ini file for pdoc project with below inputs: base_url= https://...URL...:8992/trac use_base_url_for_redirect = true Executing command -- stunnel /etc/stunnel/stunnel-tracd.conf successfully. Running tracd instance for pdoc project /usr/bin/nohup /usr/bin/tracd -d --http11 --hostname=localhost --port 8992 --basic-auth="pdoc,/data/../pdoc/.htpasswd," /data/tracenv/pdoc >/data/tracenv/pdoc/log/trac_error.log & Trying to open trac url with *https://..URL..:8993/trac* *URL not working *-- connection refused error. *Need help:* *My requirement is I need to make my currnet url **http://......URL...:8000/pdoc * to https://......URL...:8000/pdoc so that it support HTTPS/SSL support. *Is anyone tried for https/ssl using stunnel, if not is it feasible to configure trac for https/ssl by Apache if yes please let me know the procedure/steps* Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
