mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 13:45:58 -04:00
Docs/license ssl (#32)
* chore: add ssl license troubleshooting to docs * chore: add instructions on ssl license issue --------- Co-authored-by: Nikesh Parajuli <parajulinikesh@gmail.com>
This commit is contained in:
@@ -11,26 +11,65 @@ If you're having trouble with your Msty license activation not persisting, it mi
|
||||
To resolve this, set the `XDG_CURRENT_DESKTOP` environment variable to `GNOME` before launching the app. This ensures Msty can interact properly with the keychain for storing your license.
|
||||
|
||||
::tabs{variant="card"}
|
||||
::div{label="AppImage" icon="ph:linux-logo"}
|
||||
### AppImage
|
||||
::div{label="AppImage" icon="ph:linux-logo"}
|
||||
|
||||
Open a terminal window and run the following command to open Msty:
|
||||
### AppImage
|
||||
|
||||
```sh
|
||||
export XDG_CURRENT_DESKTOP='GNOME' && ./<FileName>.AppImage
|
||||
```
|
||||
::
|
||||
Open a terminal window and run the following command to open Msty:
|
||||
|
||||
::div{label="deb" icon="tabler:brand-debian"}
|
||||
### deb
|
||||
|
||||
Open a terminal window and run the following command to open Msty:
|
||||
|
||||
```sh
|
||||
export XDG_CURRENT_DESKTOP='GNOME' && msty
|
||||
```
|
||||
::
|
||||
```sh
|
||||
export XDG_CURRENT_DESKTOP='GNOME' && ./<FileName>.AppImage
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
If the issue still persists, please reach out on our <a href="https://msty.app/discord?ref=docs" target="_blank">Discord</a> server for further troubleshooting.
|
||||
::div{label="deb" icon="tabler:brand-debian"}
|
||||
|
||||
### deb
|
||||
|
||||
Open a terminal window and run the following command to open Msty:
|
||||
|
||||
```sh
|
||||
export XDG_CURRENT_DESKTOP='GNOME' && msty
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
::
|
||||
|
||||
## Activation failure due to SSL error
|
||||
|
||||
This may happen if you are behind a proxy.
|
||||
|
||||
To resolve, try adding `NODE_TLS_REJECT_UNAUTHORIZED=0` prior to the app binary.
|
||||
|
||||
::tabs{variant="card" sync="download-os"}
|
||||
::div{label="Windows" icon="iconoir:windows"}
|
||||
|
||||
### Windows
|
||||
|
||||
Open a terminal window and run the following command:
|
||||
|
||||
```sh
|
||||
set NODE_TLS_REJECT_UNAUTHORIZED=0 && C:\Users\<USERNAME>\AppData\Local\Programs\Msty\Msty.exe
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
::div{label="Mac" icon="hugeicons:apple"}
|
||||
|
||||
### Mac
|
||||
|
||||
Open a terminal window and run the following command:
|
||||
|
||||
```sh
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=0 /Applications/Msty.app/Contents/MacOS/Msty
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
::
|
||||
|
||||
---
|
||||
|
||||
If you still have issues activating your license, please reach out on our <a href="https://msty.app/discord?ref=docs" target="_blank">Discord</a> server for support.
|
||||
|
||||
Reference in New Issue
Block a user