Forum / General Discussions / Web-based connection and Chromebook security policy
- This topic has 8 replies, 3 voices, and was last updated 6 years, 8 months ago by Britgirl.
-
AuthorPosts
-
February 7, 2018 at 12:18 #17428r91085Participant
Is it possible to just use only http connect to NoMachine without https over SSL ?
My ChromeBook has some security policy. If I use it connect to NoMachine over https, I will get the error “Your connection is not private (NET::ERR_CERT_AUTHORITY_INVALID)”. And in my ChromeBook I can not force pass this error like normal chromebrower on other computer.
Thanks for your help
February 9, 2018 at 10:51 #17443IrekParticipantHello r91085,
yes, it is possible to use HTTP, all you have to do is to disable redirection on NoMachine server side.
To do that, please edit:
InstallationDirectory/etc/htd.cfg
and remove or comment out following lines:
<VirtualHost _default_:*> RewriteEngine on ReWriteCond %{SERVER_PORT} !^4443$ RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer [R,L] </VirtualHost>
and then restart nxhtd server:
InstallationDirectory/bin/nxserver --restart nxhtd
After that, you can access NoMachine Web Player by typing
http://<IP address>:4080
February 12, 2018 at 08:59 #17454r91085ParticipantThanks for your help . I did that and now http don’t redirect to https .
But there is another new problem , when I use http connection , I get the error message below:
” ERROR Cannot start NoMachine Web Player.#Error while reading socket FD#424, error is: Connection reset by peer ”
The error message didn’t exist in https mode.
Could you help me fix that ?
Thanks you a lot again
February 13, 2018 at 17:32 #17489IrekParticipantHello r91085,
let’s clarify one thing. Installation comes with a self-signed an SSL Certificate File and SSL Certificate Key file intended to be just a sample. They are, respectively:
installation directory/etc/keys/host/ht_host_rsa_key.crt
installation directory/etc/keys/host/ht_host_rsa_key
Administrators have to replace the sample SSL Certificate File and Key File with their own certificate self-signed or acquired from a CA. you can read more about that with the following article: https://www.nomachine.com/DT03O00127#3
In any case, we’d like to take a look at the logs in just to make sure there’s nothing wrong in NoMachine
Please follow the instructions here: https://www.nomachine.com/DT10O00163#1
and uncomment and set these 2 keys in server.cfg like this:SessionLogLevel 7
WebSessionLogLevel 7
Send them to forum[at]nomachine[dot]com
February 23, 2018 at 10:00 #17627r91085ParticipantI just updated to new version and create server log.
I send the log file as you say ~ and thanks for the explaination of SSL Certificate Key
But right now I still need http work …
Thanks you a lot
Attachments:
February 23, 2018 at 11:15 #17634IrekParticipantHello r91085,
I realise now that my answer was incomplete. So, by adding into:
InstallationDirectory/etc/htd.cfg
and add following lines at the end of file, please make sure that this new line is :
PassEnv ALLUSERSPROFILE USERPROFILE
so end of htd.cfg file will looks like :
<Directory "C:\Program Files (x86)\NoMachine/"> AllowOverride None Options +FollowSymLinks +ExecCGI Require all granted </Directory> PassEnv ALLUSERSPROFILE USERPROFILE
and then restart nxhtd server:
InstallationDirectory/bin/nxserver --restart nxhtd
February 26, 2018 at 08:27 #17648r91085ParticipantThanks for your help ~
It works fine right now ~
March 9, 2018 at 16:13 #17826r91085ParticipantI have a new problem .
I just switch from NoMachine Enterprise Desktop Evaluation version to Product version.
When I used ChromeBook connect to target machine (Windows 10) , sometimes I got WebRTC error after typing password and I will re-connect several times. After I connecting to it successfully, I will see many “nxwebplayer.exe” existed in background (2.png) .
Real problem is that there will be an fixed area in the screen the mouse click event is invalid (1.jpg). No matter which software on the top, local side operating or remote control, the area seem can not receive mouse event.
Only way to recovery is restart os or relogin…
Could you help me see what happen?
Thanks you very much
Attachments:
March 9, 2018 at 16:15 #17831BritgirlKeymasterIf you have an Enterprise Desktop Subscription, you can get access to the support team by logging in with the customer ID and password you received at the time of purchase 😉
Switching to the production version shouldn’t trigger such problems with logging in or multiple processes. These need to be investigated thoroughly: the support team will be able to assist you further.
-
AuthorPosts
This topic was marked as solved, you can't post.