'이것저것'에 해당되는 글 10건

  1. 2023.02.22 Barrier 에러 해결

Barrier 에러 해결

|

기록하지 않으면 잊어버리고, 다시 검색하여 찾기 힘들어 여기에 기록한다.

 

1. openssl을 설치해라.

https://slproweb.com/products/Win32OpenSSL.html

Barrier가 openssl 버전 1.xx버전을 사용하는 것인지
맥북 openssl이 1.xx 버전을 사용하는 것인지

어쨌든 1.xx버전을 설치해야 했다.

서버 설정에서 클라이언트 이름을 넣어주면 자동적으로 SSL Fingerprint를 만들어 줬다. 그래도 2번을 하긴 했는데, 순서가 뒤죽박죽이라 2번을 꼭 해야 하는지 모르겠다.

 

 

ps. 서버에서 2번을 해줘야 했다.(집 환경은 윈도우 서버, 맥 클라이언트 였고, 사무실 환경은 리눅스 서버, 리눅스 클라이언트 였다.) 사무실은 두 노트북 모두 리눅스 민트였는데, 훨씬 더 쉽게 설정할 수 있었다.



2. 아래 대로 해라.
출처: https://github.com/debauchee/barrier/issues/1377


Here is my experience for windows 10 users, and I know have a complete understanding I think of how to solve the issue.

Steps: (How to get SSL working on windows)

    Install Barrier.exe onto windows 10 machine, and configure as normal. (Fresh Install)
    (Error) Failed to generate SSL Certificate...

    Install Git for windows (Fresh) using standard configurations and options

    cd to the file path '/c/Users/Ethan/AppData/Local/Barrier/SSL" and run the following command
    $ openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem


    This will generate the "Barrier.pem" file and output in the current directory
    If you don't include the two forward slashes before the "-subj" then bash will translate the parameter path to "C:Program Files/Git/CN=Barrier" this is called a POSIX-WIndows Path Conversion here

    Restart Barrier Client via "Reload" Button.
    Should work now

This same step will have to be performed on macOS Monterey as well running on M1 processor with the latest updates and patches.

Steps:

    Download and install Barrier.dmg
    Configure as normal for client/server operation.
    Open terminal and cd to the following directory '/Applications/Barrier.app/Contents/MacOS' and excite the command bellow:
    $ openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem
    Reload the server or client and you should have working SSL

Notes:

    I completed this install on two machines a M1 MacBook Pro M1 (2021) and a Windows 10 based Dell Inspiron i5-x64 (2017 model), after allowing network permission which was an issue on the MacOS Monetary, had to specifically add all the programs "barrier" in System Settings / Security & Privacy / Accessibility and allow network permissions.
    Also minor wifi issues occur with different network modules speeds, my windows machine us running 802.11b/g/n connected to an 802.11ac wifi-router, where my M1 has an 802.11ac model and this has made a significant disadvantage in latency as I'm currently setup in my office about 30 feet away from the router.

And
prev | 1 | 2 | 3 | 4 | 5 | ··· | 10 | next