Skip to content
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

Closed
LI-NA opened this issue Mar 27, 2014 · 3 comments
Closed

SSL 지원 #1669

LI-NA opened this issue Mar 27, 2014 · 3 comments
Assignees
Milestone

Comments

@LI-NA
Copy link

LI-NA commented Mar 27, 2014

코드를 보면 전체적으로 강제 http:// 삽입을 합니다.
이를 유동적으로 https 로 바꿀 수 있으면 좋겠습니다.

지금은 common2.js 에서 src="" 를 치환하는 부분을 https://로 수정,
rewrite.php에서 PHP 출력 버퍼를 이용해 모든 http://를 https://로 치환해서 사용하고 있습니다.

이러한 방법은 어떤 버그를 유발할지 모르니, 빠른 시일 내로 SSL도 지원해주셨으면 합니다.

@inureyes inureyes added this to the 1.9.3 milestone Mar 28, 2014
@inureyes inureyes self-assigned this Mar 28, 2014
@inureyes
Copy link
Member

Modification candidates are:

  • model/blog.service (getDefaultURL / getBlogURL)
  • JS resources
    • common2
    • EAF4
  • framework/dispatchers

@inureyes
Copy link
Member

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 May 12, 2014
 - static URI now points https URI
inureyes added a commit that referenced this issue May 12, 2014
 - static URI now points https URI
@inureyes inureyes reopened this Apr 24, 2015
inureyes added a commit that referenced this issue Apr 24, 2015
@inureyes inureyes modified the milestones: 1.10.7, 1.9.3 Apr 24, 2015
@inureyes inureyes reopened this May 2, 2015
@inureyes
Copy link
Member

inureyes commented May 2, 2015

TODO

  • Add useSSL=true option to config.php when init setup uses https protocol.

@inureyes inureyes closed this as completed 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants