Replies: 5 comments 1 reply
|
Hi @jace5869 |
|
So I'll added the server cert and intermediate cert to the trust store. The box I'm running it from, I've tried two different ones, still won't work. Is there some magic to get this work behind the mTLS? That seems to be the issue. Even trying to get stigman-watcher to work with client id and password presents the same or similar issue. Basically with both I am seeing:
The DoD cert bundle is imported into the java keystore for keycloak the dod chain cert is used on the nginx side. |
|
Okay, I've gotten the stigman-watcher service account to log in. I can see that in keycloak and stigman. I'm wonder if there is something wrong with the path, it is UNC. it shows up as "//path/to/ckl/files/" |
|
Are you using stigman-watcher or client with a cert to upload the results to stig manager? |
|
Hello! I'm having the same issues stated above trying to use client with a cert to upload results to stig manager? Running on RHEL 9. Uploading to STIG Manager... Processing 177 Vulnerabilities... ERROR: Unable to create Access Request Token. ERROR: Unable to obtain collection, aborting... Done! I've generated the PKCS11 keys a couple of times and extracted the cert and key from the .pem file using portable git and the -legacy switch. I made sure the full path to the cert and key are in the Preferences file. The collection ID is correct. I think it may be an issue with the different algorithms being used by eval-stig / keycloak, but I am not sure how figure that out. I tried to follow the instruction here https://github.com/randoms7ring/stig-manager-with-evaluate-stig/ to extract the keys outside of rhel 9 with no luck. Has anyone had this issue or can direct me to some documentation? |
Uh oh!
There was an error while loading. Please reload this page.
I had this working on a previous install, but sense moving the containers to a new server I can not get Evaluate STIG to publish to STIG Manager.
All I am seeing is this:
Uploading to STIG Manager... Processing 355 Vulnerabilities... ERROR: Unable to create Access Request Token. ERROR: Unable to obtain stig, aborting... Done!I've generated the PKCS11 keys a couple of times and extracted the cert and key fro mthe .pem file using portable git and the -legacy switch.
I made sure the full path to the cert and key are in the Preferences file.
The collection ID is correct.
The collection name is correct.
API address is https://stigman.fqdn.com:54000/api
Authority address is https://stigman.fqdn.com/kc/realms/stigman
Maybe these addresses are supposed to be http instead?
I do see when I try to go to the /api address I get a ERR_SSL_PROTOCOL_ERROR
Not sure what I am supposed to be seeing on that page, to be honest
All reactions