When i switch to https i'm getting the following TLS Error:
2014/12/29 23:57:23 http: TLS handshake error from 127.0.0.1:43480: tls: first record does not look like a TLS handshake
The https Part in my app.ini looks like:
[server]
PROTOCOL = https
DOMAIN = git.mortik.de
ROOT_URL = https://git.mortik.de
...
CERT_FILE = /home/git/gogs_ssl.crt
KEY_FILE = /home/git/gogs_ssl.key
When i switch to https i'm getting the following TLS Error:
The https Part in my app.ini looks like: