Vote count:
0
I am seeing the below error while trying to hit my app server using apache web server both being in https mode.
[Tue Mar 03 02:57:41 2015] [info] Seeding PRNG with 144 bytes of entropy [Tue Mar 03 02:57:41 2015] [debug] ssl_engine_kernel.c(1807): OpenSSL: Handshake: start [Tue Mar 03 02:57:41 2015] [debug] ssl_engine_kernel.c(1815): OpenSSL: Loop: before/accept initialization [Tue Mar 03 02:57:41 2015] [debug] ssl_engine_io.c(1862): OpenSSL: I/O error, 11 bytes expected to read on BIO#7fa51a6013b0 [mem: 7fa51a606a70] [Tue Mar 03 02:57:41 2015] [debug] ssl_engine_kernel.c(1844): OpenSSL: Exit: error in SSLv2/v3 read client hello A [Tue Mar 03 02:57:41 2015] [info] [client 17.169.35.6] (70014)End of file found: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] [Tue Mar 03 02:57:41 2015] [info] [client 17.169.35.6] Connection closed to child 7 with abortive shutdown (server rightnotes-it.corp.apple.com:443)
Here is my configuration ProxyPass / http://ift.tt/1ASrMlh ProxyPassReverse / http://ift.tt/1ASrMlh
NameVirtualHost *:443 Listen 443 SSLEngine on SSLProxyEngine off ServerName MyWebServer.com
DocumentRoot "/ngs/app/rinst/data/docroot"
DirectoryIndex "index.html"
ErrorDocument 404
SetEnvIf User-Agent ".MSIE." nokeepalive ssl-unclean-shutdown SSLPassPhraseDialog exec:/ngs/app/rinst/config/getsslpassphrase SSLSessionCache dbm:/ngs/app/rinst/config/ssl_scache SSLSessionCacheTimeout 300 SSLMutex file:/ngs/app/rinst/config/ssl_mutex SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLProtocol -ALL +SSLv3 +TLSv1 SSLVerifyClient none SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM #SSLPassPhrase any:any "RinsWave10" CustomLog "|/usr/sbin/rotatelogs /ngs/app/rinst/log/ssl_engine_log 604800" "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SSLCertificateKeyFile "/ngs/app/rinst/config/ssl.key/server.key"
SSLCertificateChainFile "/ngs/app/rinst/config/http://ift.tt/1ASrMln"
SSLCertificateFile "/ngs/app/rinst/config/ssl.crt/server.crt"
Any help/suggestion.
Apache SSL issue
Aucun commentaire:
Enregistrer un commentaire