-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL 지원 #1669
Comments
Modification candidates are:
|
Option: $service['useSSL'] = false/true; |
inureyes
added a commit
that referenced
this issue
Mar 31, 2014
- Option added : $service['useSSL'] = false; // force textcube to use https TODO: * modify function writeCode in common2.js * More testing needed * setup.php * Administration control panel
inureyes
added a commit
that referenced
this issue
Mar 31, 2014
inureyes
added a commit
that referenced
this issue
Dec 30, 2014
inureyes
added a commit
that referenced
this issue
Apr 24, 2015
inureyes
added a commit
that referenced
this issue
Apr 24, 2015
inureyes
added a commit
that referenced
this issue
Apr 24, 2015
TODO
|
inureyes
added a commit
that referenced
this issue
May 2, 2015
inureyes
added a commit
that referenced
this issue
May 2, 2015
inureyes
added a commit
that referenced
this issue
May 2, 2015
- prune library.function.misc. ( No longer used anymore.)
inureyes
added a commit
that referenced
this issue
May 13, 2015
inureyes
added a commit
that referenced
this issue
May 13, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
코드를 보면 전체적으로 강제 http:// 삽입을 합니다.
이를 유동적으로 https 로 바꿀 수 있으면 좋겠습니다.
지금은 common2.js 에서 src="" 를 치환하는 부분을 https://로 수정,
rewrite.php에서 PHP 출력 버퍼를 이용해 모든 http://를 https://로 치환해서 사용하고 있습니다.
이러한 방법은 어떤 버그를 유발할지 모르니, 빠른 시일 내로 SSL도 지원해주셨으면 합니다.
The text was updated successfully, but these errors were encountered: