Salve gente, sto cercando di far accedere al mio applicativo Djaongo tramite HTTPS. Nel config.py ho settato la chiave
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https') In questa configurazione a servire il tutto e' apache2 per cui ho creato la sua brava entry in sites-avaliable (ovviamente seguita da a2esite), dopo avere generato le mie chiavi (crt e key) SSL ed averle messe in /etc/apache2/ssl e avere assegnato ppportuni permessi e owner al tutto. Fatto il riavvio mi segnala un errore """ Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. ________________________________ Apache/2.4.7 (Ubuntu) Server at inno Port 9443 """ Guardo su /var/log/apache2/error.log e non c'e' nulla, su access.log trovo xxx.xxx.xxx.xxx - - [25/May/2016:12:29:36 +0200] "GET /favicon.ico HTTP/1.1" 500 996 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0" Qualche anima pia mi sa dare qualche hint su dove posso trovare suggerimenti? Grazie Carlos -- EZLN ... Para Todos Todo ... Nada para nosotros _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python