logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: loglevel trace8
Author
sailor



Joined: 17 Apr 2015
Posts: 79
Location: US

PostPosted: Fri 06 Apr '18 19:23    Post subject: loglevel trace8 Reply with quote

I am having a problem with SSL, so I set logging to loglevel trace8, during startup httpd.exe

I only see

[Fri Apr 06 13:20:40.843375 2018] [core:trace3] [pid 14020:tid 212] core.c(3292): Setting LogLevel for all modules to trace8

Then I am back at the command prompt.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 06 Apr '18 21:37    Post subject: Reply with quote

Loglevel warn ssl:trace8

That turns trace8 on for just mod_ssl. Less entries to sift through.

But it doesn't look like you got past core let alone mod_ssl.
Back to top
sailor



Joined: 17 Apr 2015
Posts: 79
Location: US

PostPosted: Fri 06 Apr '18 21:42    Post subject: Reply with quote

I came across a DigiCert utility that seems to do a better job of giving me the private cert, which came from say like an IBM keystore, as there is an option to export for Apache. Once I did that to the p12 file, it's working.

digicert.com/util

I don't know why openssl commands are not working, I must of been running different permutations for the last two days.
Back to top


Reply to topic   Topic: loglevel trace8 View previous topic :: View next topic
Post new topic   Forum Index -> Apache