You are not logged in.
Hello everybody,
I'm trying to set up TLS/SSL for apache following the wiki : https://wiki.archlinux.org/index.php/Ap … #TLS.2FSSL
After restarting apache the simple connexion (whithout TLS/SSL) is working but when I change "http" to "https" before my domain name it doesn't respond.
I dunno where to start to fix this. Does someone knows better ?
Last edited by Sulice (2015-04-02 16:50:12)
Offline
It sounds like you are in over your head. Do you have iptables running? Does apache even listen on https? What is your current apache-configuration? What's in the apache error-log?
Last edited by Spider.007 (2015-04-02 16:27:26)
Offline
on your local machine install nmap, and openssl.
open up a terminal, and paste the output of
nmap --script ssl-enum-ciphers -p 443 <your server>
and
openssl s_client -connect <hostname>:443
Offline
God I'm bad. It was just a rerouting from my box to my computer that was missing.
I'm not native in English, what does the expression "over your head" means ?
Anyway, Thank you and sorry for that waste of time.
Offline
Wen you said when I change "http" to "https" before my domain name it doesn't respond (where you are mixing up a few different protocols) I expected you were going to need a lot of guidance (which is why I mentioned I thought you were in over your head). Good to see you figured it out yourself anyway!
If someone is in over their head, they are out of the depth in something they are involved in, and may end up in a mess.
Last edited by Spider.007 (2015-04-02 16:53:54)
Offline