This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
Replies: 1 comment
-
well, after some random command and reboot OnBeforeResponse works this (to add the certificate): any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
thanks for the nice project,
i'm trying to integrate on a c# project service without success on https
well the http works, but i have problem like some other guy with the certificate on https (the problem is only on DecryptSsl = true)
i know that i have to execute the service as administrator to install the certificate
and i tested to register the service as LocalSystem that shoud be like root on unix system (i tested the LocalService, too)
but the problem with the certificate is still here
i also try to manual register the pfx certificate by certutil.exe -f -importpfx "--the pfx path---" as administrator without success
so o think that i miss the right way to elevate the service as admin user, can you tell me the right way to elevate a service?
thanks for discussion and the project
p.s. witth ssl decode = false also the https "works", but will never called (on https) the OnBeforeResponse Task so i think that ssl deocde should be = true, but in this case Firefox gove back SEC_ERROR_BAD_SIGNATURE so i think to don't have the certificate installed
Beta Was this translation helpful? Give feedback.
All reactions