특정 도메인에서 SSL을 활성화하고 싶지만 해당 도메인에 아무 것도 표시되지 않습니다. 도메인은 api.conoform.com입니다.
` # MIME 유형 수정 AddType text/css .css AddType text/html .php AddType text/html .htm AddType text/html .html AddType text/javascript .js AddType text/cache-manifest *.manifest *.manifest.php
<FilesMatch "\.manifest|\.manifest\.php$">
ExpiresActive on
ExpiresDefault "access"
</FilesMatch>
# Compress some files
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php application/x-httpd-php5 text/css application/x-javascript text/javascript application/javascript application/ecmascript
# Enable rewrite engine
RewriteEngine on
ErrorLog /var/www/.log/error-ssl
LogLevel debug
LimitInternalRecursion 50
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.crt
SSLCertificateKeyFile /etc/apache2/ssl/apache.key
DirectoryIndex index.php index.html index.htm
DocumentRoot /var/www/api.conoform.com/
`
내가 도대체 뭘 잘못하고있는 겁니까? 방문할 때 "이 페이지를 사용할 수 없습니다"라는 메시지가 나타납니다.https://api.conoform.com/.
감사합니다, 케빈
답변1
SSH가 포트를 인수한 것 같습니다. 이것은 Wireshark의 덤프입니다.
..........R..{UXSj....x..L]....H...5....$.+./..... .. .9.5.......3.2...../. .............api.conoform.com...... .................#..3t..... ". .spdy/2.spdy/3.spdy/3.1.http/1.1uO........... ................... .SSH-2.0-OpenSSH_6.0p1 데비안-3ubuntu1
보시다시피 SSH 헤더가 생성됩니다. Putty(내 SSH 클라이언트)는 포트 443에서 작동합니다. SSH 구성을 살펴보는 것이 좋습니다.