이 주제는 구성 문제점으로 인해 발생할 수 있는 오류 메시지를
포함하며 문제점 해결을 도와주는 해결 방법을 제공합니다.
다음 메시지는 구성 문제로 인해 나타납니다.
- 메시지: SSL0300E: Unable to allocate terminal node.
- 메시지: SSL0301E: Unable to allocate string value in node.
- 메시지: SSL0302E: Unable to allocate non terminal node.
- 메시지: SSL0303E: Syntax Error in SSLClientAuthGroup directive.
- 메시지: SSL0304E: Syntax Error in SSLClientAuthRequire directive.
- 메시지: SSL0307E: Invalid token preceding NOT or !
- 메시지: SSL0308E: A group is specified in SSLClientAuthRequire but
no groups are specified.
- 메시지: SSL0309E: The group <group> is specified
in SSLClientAuthRequire is not defined.
- 메시지: SSL0310I: Access denied to object due to invalid SSL version <version>,
expected <version>.
- 메시지: SSL0311E: Unable to get cipher in checkBanCipher.
- 메시지: SSL0312I: Cipher <cipher> is
in ban list and client is forbidden to access object.
- 메시지: SSL0313E: Fell through to default return in checkCipherBan.
- 메시지: SSL0314E: Cipher is NULL in checkRequireCipher.
- 메시지: SSL0315E: Cipher <cipher> used is not in
the list of required ciphers to access this object.
- 메시지: SSL0316E: Fell through to default return in checkCipherRequire.
- 메시지: SSL0317E: Unable to allocate memory for fake basic authentication
username.
- 메시지: SSL0318E: Limit exceeded for specified cipher specs, only
64 total allowed.
- 이유: SSLCipherSpec 지시문을 사용하여 구성된 Cipher 수가 허용된 최대값 64개를 초과합니다.
- 솔루션: 중복된 SSLCipherSpec 지시문을 확인하십시오.
- 메시지: SSL0319E: Cipher Spec <cipher> is not supported
by this GSK library.
- 이유: Cipher가 설치된 SSL 라이브러리와 함께 사용하기 위한 유효한 Cipher가 아닙니다.
- 해결 방법: SSLCipherSpec 지시문과 함께 유효한 Cipher 값이 입력되었는지 확인하십시오.
- 메시지: SSL0320I: Using Version 2|3 Cipher: <cipher>.
- 이유: 이는 이 가상 호스트에 대한 연결에 사용된 Cipher를 나열하는 정보용 메시지입니다.
- 해결 방법: 없음.
- 메시지: SSL0321E: Invalid cipher spec <cipher>.
- 이유: Cipher가 유효하지 않은 Cipher입니다.
- 해결 방법: 유효한 Cipher 스펙 목록에 대한 문서를 확인하십시오.
- 메시지: SSL0322E: Cipher Spec <cipher> is not valid.
- 이유: Cipher가 유효하지 않은 Cipher입니다.
- 해결 방법: 유효한 Cipher 스펙 목록에 대한 문서를 확인하십시오.
- 메시지: SSL0323E: Cipher Spec <cipher> has already
been added.
- 이유: 중복된 SSLCipherSpec 지시문이 발생했습니다.
- 해결 방법: 지시문의 이 인스턴스는 무시되므로 구성 파일에서 제거해야 합니다.
- 메시지: SSL0324E: Unable to allocate storage for cipher specs.
- 이유: 서버가 조작을 완료하는 데 필요한 메모리를 할당할 수 없습니다.
- 해결 방법: 일부 추가 메모리를 사용 가능하게 하기 위한 조치를 취하십시오.
실행 중인 프로세스 또는 스레드 수를 줄이거나 가상 메모리를 증가시켜 보십시오.
- 메시지: SSL0325E: Cipher Spec <cipher> has already
been added to the v2|v3 ban|require list.
- 이유: SSLCipherBan 지시문에 중복 Cipher가 지정되었습니다.
- 해결 방법: 지시문의 이 인스턴스는 무시되므로 구성 파일에서 제거해야 합니다.
- 메시지: SSL0326E: Invalid cipher spec <cipher> set
for SSLCipherBan|SSLCipherRequire.
- 이유: Cipher가 유효하지 않은 Cipher입니다.
- 해결 방법: 유효한 Cipher 스펙 목록에 대한 문서를 확인하십시오.
- 메시지: SSL0327E: Invalid value for sslv2timeout|sslv3timeout, using
default value of nn seconds.
- 이유: 지정된 제한시간 값이 유효한 범위에 있지 않습니다.
- 해결 방법: 적절한 값의 범위에 대한 문서를 확인하십시오.
- 메시지: SSL0328W: Invalid argument for SSLClientAuth: <args>.
CRL can not be turned on unless Client Authentication
is on.
- 메시지: SSL0329W: Invalid argument for SSLClientAuth: <args>.
If a second argument is entered it must be CRL. CRL cannot be turned on unless
client authentication is on.
- 메시지: SSL0330W: Invalid argument for SSLClientAuth: <args>.
If a second value is entered it must be crl.
- 메시지: SSL0331W: Invalid argument for SSLClientAuth: <args>.
The first value must be 0, 1, 2 none, optional, or required.
- 메시지: SSL0332E: Not enough arguments specified for SSLClientAuthGroup.
- 메시지: SSL0333E: No parse tree created for <parm>.
- 이유: SSLClientAuthRequire 지시문 처리 중 오류가 발생했습니다.
- 해결 방법: 기타 오류 메시지를 확인하십시오. 지시문 SSLClientAuthRequireTraceOn을
구성 파일에 추가하여 클라이언트 인증의 추적을 사용 가능하게 합니다.
- 메시지: SSL0334E: Function ap_make_table failed processing label <certificate>.
- 메시지: SSL0337E: OCSP is not supported with this level of GSKit
- 이유: OCSP 지원에는 GSKit 7.0.4.14 이상이 필요합니다.
- 해결 방법: 시스템의 GSKit 레벨을 7.0.4.14 이상으로 업그레이드하십시오.