소프트웨어/MAC

[클라우드] Nextcloud 데스크탑 로그인 불가

가이버2 2025. 2. 2. 23:40

The polling URL does not start with HTTPS despite the login URL started with HTTPS. Login will not be possible because this might be a security issue. Please contact your administrator.

 

웹에서는 접속이 되는데 mac,win 에서 로그인이 안된다. 

 

해결 방법

Nextcloud 도커 볼륨/html/config/config.php 파일을 수정해야됨.

sudo vi ./volume/html/config/config.php

 

30번째 줄에 

 'overwrite.cli.url' => 'https://서브도메인.리버스프록시주소',

 'overwrite.cli.url' => 'https://서브도메인.리버스프록시주소',
 'overwriteprotocol' => 'https',

로 변경해준다.

 

그리고 

Nginx reverse proxy 설정을

서브 도메인 프록시 설정

이렇게 변경해준다.

 

how to fix Nextcloud desktop login http error fix