Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-05-2018, 03:32
Elesty Elesty is offline
Friend
 
Join Date: Feb 2017
Posts: 9
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 14 Times in 5 Posts
Elesty Reputation: 0
The alternative is to use online license servers (Google for "idea license server").
New versions seem to block the known online URLs.

As workaround, reverse proxy such as nginx can be configured such as below (set hxxp://localhost:8888 as license server):

server {
listen 8888;
server_name localhost;
location / {
proxy_pass HXXP://LICENSE_SERVER;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
}
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fleet Next-generation IDE by JetBrain Mendax47 General Discussion 1 12-02-2021 00:07


All times are GMT +8. The time now is 10:10.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )