changes done to sec parameter for freerdp
This commit is contained in:
@@ -174,14 +174,14 @@ export async function rdpWebsocket(fastify: FastifyInstance) {
|
|||||||
dpi: '96',
|
dpi: '96',
|
||||||
'color-depth': '32',
|
'color-depth': '32',
|
||||||
'ignore-cert': 'true',
|
'ignore-cert': 'true',
|
||||||
security: 'any',
|
security: 'nla', // FreeRDP 3.x dropped 'any'; NLA is what Windows 11 uses by default
|
||||||
'disable-auth': 'false',
|
'disable-auth': 'false',
|
||||||
'enable-drive': 'false',
|
'enable-drive': 'false',
|
||||||
'create-drive-path': 'false',
|
'create-drive-path': 'false',
|
||||||
'enable-printing': 'false',
|
'enable-printing': 'false',
|
||||||
'disable-glyph-caching': 'true',
|
'disable-glyph-caching': 'false',
|
||||||
'disable-gfx': 'true', // disable GFX Pipeline Extension (known FreeRDP 2.x crash source)
|
// disable-gfx removed: FreeRDP 3.x handles GFX pipeline correctly; disabling it caused crashes
|
||||||
'cert-tofu': 'true', // trust certificate on first use
|
'cert-tofu': 'true',
|
||||||
'resize-method': 'display-update',
|
'resize-method': 'display-update',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user