ndhi" , freerdp-devel@lists.sourceforge.net
Sent: Monday, October 1, 2012 11:21:21 AM
Subject: Re: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER
Try changing the order of your command line parameters. The following has
always worked for me:
xfreerdp -u username hostname.domain
s normally no need to specify
> the --sec option.
>
> --Jason
>
> From: Vishal K. Gandhi [vgan...@fdu.edu]
> Sent: Monday, October 01, 2012 08:34 AM
> To: freerdp-devel@lists.sourceforge.net
> Subject: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER
&g
. There is normally no need to specify the
--sec option.
--Jason
From: Vishal K. Gandhi [vgan...@fdu.edu]
Sent: Monday, October 01, 2012 08:34 AM
To: freerdp-devel@lists.sourceforge.net
Subject: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER
Hi
Hi,
I am posting the following question again with the hope that someone
might be able to help me with this.
Thanks in advance.
Hi,
We recently enabled NLA on one of our Windows 2008 R2 servers and I am
not able to use xfreerdp to access this machine remotely from Fedora 16.
xfreerdp works fine
Hi,
We recently enabled NLA on one of our Windows 2008 R2 servers and I am
not able to use xfreerdp to access this machine remotely from Fedora 16.
xfreerdp works fine for all other windows machines where NLA is not
enabled yet.
I tried to Remote Desktop this machine from one of the local Window
Thanks! It worked for me :-)
On Wed, Apr 6, 2011 at 8:41 PM, Marc-André Moreau <
marcandre.mor...@gmail.com> wrote:
> Actually, I just tried it myself. Uncommenting the OpenSSL initialization
> code and trying NLA worked.
> I could use wfreerdp to connect to Windows Server 2008 R2 using NLA wi
Actually, I just tried it myself. Uncommenting the OpenSSL initialization
code and trying NLA worked.
I could use wfreerdp to connect to Windows Server 2008 R2 using NLA without
any problems, I pushed the "fix" on git
On Wed, Apr 6, 2011 at 11:01 AM, Marc-André Moreau <
marcandre.mor...@gmail.com>
Hi Tushar,
On Wed, Apr 6, 2011 at 10:58 AM, Tushar Deokar wrote:
> Thanks for the replies.
>
> Does that mean I should use xfreerdp with linux environment and can not use
> wfreerdp for NLA to work correctly?
>
Until someone fixes wfreerdp, yes, you should use xfreerdp in a Linux
environment in
Thanks for the replies.
Does that mean I should use xfreerdp with linux environment and can not use
wfreerdp for NLA to work correctly?
thanks,
-Tushar
On Wed, Apr 6, 2011 at 7:48 PM, Marc-André Moreau <
marcandre.mor...@gmail.com> wrote:
> I probably removed it when updating wfreerdp to make
I probably removed it when updating wfreerdp to make it compile and run, but
not completely fixed. I recall back then that NLA + OpenSSL had to be fixed
so that it could work, but then never got to do it.
However, I had to add, not remove, those calls in dfbfreerdp to make it
work. I think the rea
On 04/06/2011 03:46 PM, Nils Andresen wrote:
> Hi,
> just to jump in:
> freerdp_global_finish() and freerdp_global_init() are both in use in
> xfreerdp but not in wfreerdp.
>
> Marc-André removed (commented) both calls on Jul. 31. 2010 in
> https://github.com/FreeRDP/FreeRDP/commit/858d5fd6a64b87b0
Hi,
just to jump in:
freerdp_global_finish() and freerdp_global_init() are both in use in
xfreerdp but not in wfreerdp.
Marc-André removed (commented) both calls on Jul. 31. 2010 in
https://github.com/FreeRDP/FreeRDP/commit/858d5fd6a64b87b0197c2924831c1d9baea2b473
Maybe he can explain...
Nils
20
if I enable the code, I get the linking error on the symbol for
freerdp_global_init() from the .exe.
if I keep it disabled, I am getting 'NULL' for tls->ctx at tls->ctx =
SSL_CTX_new(TLSv1_client_method()); while creating TLS context. This results
in to an exception at tls->ssl = SSL_new(tls->ctx
On 04/06/2011 02:49 PM, Tushar Deokar wrote:
> Thanks for the replies!
>
> I have taken the latest code which has NLA support.
>
> Further, I am using the windows environment for implementation which
> uses wfreerdp.cpp for main() function.
> I want to know why the code:
>
> /*if (!freerdp_global_i
Thanks for the replies!
I have taken the latest code which has NLA support.
Further, I am using the windows environment for implementation which
uses wfreerdp.cpp for main() function.
I want to know why the code:
/*if (!freerdp_global_init())
{
printf("Error initializing
Hi Tushar,
Simply get the latest version on git: https://github.com/FreeRDP/FreeRDP
0.8.2 doesn't have NLA support, but the latest version on git has the
completed implementation.
On Tue, Apr 5, 2011 at 5:51 AM, Tushar Deokar wrote:
> Hello,
>
> We need to implement the negotiation protocol NLA,
On 04/05/2011 11:51 AM, Tushar Deokar wrote:
> Hello,
>
> We need to implement the negotiation protocol NLA, which is required
> for making RDP connection with remote server with load balancer.
>
> Following is the source code which says /* not implemented from this
> point */ at the bottom.
>
> i
Hello,
We need to implement the negotiation protocol NLA, which is required
for making RDP connection with remote server with load balancer.
Following is the source code which says /* not implemented from this
point */ at the bottom.
if(sec->negotiated_protocol == PROTOCOL_NLA)
{
18 matches
Mail list logo