Mobile app version of vmapp.org
Login or Join
Gretchen104

: Can apache logs tell between encryped and un-encrypted traffic? Is there a way by just looking at the apache logs you can tell if the user-credentials is encrypted or not? Meaning some kind

@Gretchen104

Posted in: #Apache #ApacheLogFiles #Logging

Is there a way by just looking at the apache logs you can tell if the user-credentials is encrypted or not? Meaning some kind of encryption e.g ssl or plain-text.

Thanks.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gretchen104

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

There is usually no indication in an apache access log that the request was served over https instead of http.

If you want to log the protocol, you can follow the instructions in the accepted answer of this question: serverfault.com/questions/359476/how-to-log-the-url-scheme-http-https-in-apache

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme