Hi, i have a website with SSL certificate
but when create feed syndication the link protocol always is http why?

how to change to https? in site_id a put only www.mydomain.com in
syndication say

<link>http://www.mydomain.com/news/</link>

any idea o link to find the problem in my setting put this

SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_SSL_REDIRECT = True
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True

but nothing not change the protocol in feed :/

any help is welcome

Cheers
--

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO0tkdkGF%3DnkdK2DK86MWL9WXMhEDvz%3DDA9%2BNKhg-0bw3g%40mail.gmail.com.

Reply via email to