You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing this great software, this is quite useful for me.
BTW, I found a problem, or just my failure, about accessing st2 from host that runs st2-docker.
Through the Nginx, we can access to the st2auth and st2api from remote node when I install st2client and set the environment variables about ST2 like this.
When I run st2 pack install command, an error message was shown and exit status of the st2 command would be 1.
But the packs.install workflow was run normally and install processing was succeeded.
I set a configuration silence_ssl_warnings to ignores the ssl verification warning.
And I registered the CAcert of st2-docker to avoid that probolem.
But that error message was shown and st2 pack install command was failure (although the install processing was run and succeeded) as shown before.
And the case of uninstalling pack, the same phenomenon also be occurred.
Here is the execution environment that causes that phenomenon.
Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for developing this great software, this is quite useful for me.
BTW, I found a problem, or just my failure, about accessing st2 from host that runs st2-docker.
Through the Nginx, we can access to the st2auth and st2api from remote node when I install st2client and set the environment variables about ST2 like this.
When I run
st2 pack install
command, an error message was shown and exit status of the st2 command would be 1.But the
packs.install
workflow was run normally and install processing was succeeded.I set a configuration
silence_ssl_warnings
to ignores the ssl verification warning.And I registered the CAcert of st2-docker to avoid that probolem.
But that error message was shown and
st2 pack install
command was failure (although the install processing was run and succeeded) as shown before.And the case of uninstalling pack, the same phenomenon also be occurred.
Here is the execution environment that causes that phenomenon.
Thank you.
The text was updated successfully, but these errors were encountered: