mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-08 21:18:00 +03:00
Alexey Shabalin
dae085dc6a
ERROR 2019-07-17 17:48:11,302 __init__ dispatch 163 Error processing request Traceback (most recent call last): File "/usr/share/openuds/uds/REST/__init__.py", line 143, in dispatch response = operation() File "/usr/share/openuds/uds/REST/methods/config.py", line 61, in get for cfg in CfgConfig.enumerate(): File "/usr/share/openuds/uds/core/util/Config.py", line 210, in enumerate val = Config.section(cfg.section).valueCrypt(cfg.key) File "/usr/share/openuds/uds/core/util/Config.py", line 185, in valueCrypt return Config.value(self, key, default, True, **kwargs) File "/usr/share/openuds/uds/core/util/Config.py", line 199, in value return Config.Value(section, key, default, crypt, longText, **kwargs) File "/usr/share/openuds/uds/core/util/Config.py", line 82, in __init__ self._default = CryptoManager.manager().encrypt(default) File "/usr/share/openuds/uds/core/managers/CryptoManager.py", line 98, in encrypt return encoders.encode((self._rsa.encrypt(value, b'')[0]), 'base64', asText=True) File "/usr/lib64/python3/site-packages/Crypto/PublicKey/RSA.py", line 158, in encrypt return pubkey.pubkey.encrypt(self, plaintext, K) File "/usr/lib64/python3/site-packages/Crypto/PublicKey/pubkey.py", line 75, in encrypt ciphertext=self._encrypt(plaintext, K) File "/usr/lib64/python3/site-packages/Crypto/PublicKey/RSA.py", line 233, in _encrypt raise ValueError("Plaintext too large") ValueError: Plaintext too large Fixes: #44 |
||
---|---|---|
actors | ||
client | ||
guacamole-tunnel | ||
server | ||
ssh-tunnel/pam-http | ||
udsProxy | ||
.gitignore | ||
README.md | ||
TODO.txt | ||
VERSION |
openuds
OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:
- VDI: Windows and Linux virtual desktops administration and deployment
- App virtualization
- Desktop services consolidation
This is an Open Source Source project, initiated by Spanish Company Virtualcable and released Open Source with the help of several Spanish Universities.
Any help provided will be welcome.