rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Getting Service account login error: Error: self-signed certificate in certificate chain #371

Closed greytower closed 2 weeks ago

greytower commented 4 months ago

When trying to use the info option I keep getting the self signed certficate error even when using the -k option have tried removing frodo completely and then
Tapping brew and re isntalling but it still does not resolve the isuse. debug.log

~ frodo info openam-availity-use1-dev -k Error getting cookie name: Error: self-signed certificate in certificate chain Service account login error: Error: self-signed certificate in certificate chain

vscheuber commented 3 months ago

@greytower please check out this solution discussed in another issue #215.

We had several similar reports all of which ended up resolving using the solution described in the link above. Note: the -k option should work in most cases when the connection between frodo and the FR platform is direct. However, the -k option typically does not work when outgoing network proxies are in play, which terminate SSL on their side and then need to trust the untrusted certs themselves or use self-signed certs.

vscheuber commented 2 weeks ago

Appears to be abandoned. Please re-open if this is still an issue.