We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running sublime locally using Orbstack.
While not documented it is possible to set the BASE_URL environment variable when running the sublime-cli.
BASE_URL
sublime-cli/src/sublime/api.py
Lines 27 to 29 in 8558071
My problem is that requests won't accept the certificate used by Orbstack.
As a workaround I have created a fork of sublime-cli with verify=False (Techbrunch@69e5cb3) and installed it using pipx:
verify=False
pipx
pipx install git+https://github.com/Techbrunch/sublime-cli.git
I'm not sure what would be the correct way to fix this issue. I guess I could also not use HTTPS for my containers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running sublime locally using Orbstack.
While not documented it is possible to set the
BASE_URL
environment variable when running the sublime-cli.sublime-cli/src/sublime/api.py
Lines 27 to 29 in 8558071
My problem is that requests won't accept the certificate used by Orbstack.
As a workaround I have created a fork of sublime-cli with
verify=False
(Techbrunch@69e5cb3) and installed it usingpipx
:I'm not sure what would be the correct way to fix this issue. I guess I could also not use HTTPS for my containers.
The text was updated successfully, but these errors were encountered: