mod-ssl

Make SSL faster on Linux CentOS with Apache 2.4 OpenSSL 1.0

北慕城南 提交于 2020-01-24 04:21:04
问题 colleagues! Well, I am with a huge problem with the speed of SSL Authentication. Since I move my website to SSL, the GoogleBot reduce the indexing of my website, because the SSL Negotiation is with below value I got with WebPageTest.org: URL: https://www.musiconline.com.br/jorge-e-mateus/alcapao/ Host: www.musiconline.com.br Error/Status Code: 200 Client Port: 0 Start Offset: 0.735 s DNS Lookup: 34 ms Initial Connection: 170 ms SSL Negotiation: 531 ms Time to First Byte: 311 ms Content

How to upgrade openssl 0.9.8 to 1.0.2 with mod_ssl in Apache 2.2.9

微笑、不失礼 提交于 2019-12-22 00:35:35
问题 I am asked to recompile mo_ssl with openssl 1.0.2 in SuseSE11SP3. However, I am a newbie to Suse, but know a little bit of linux. OS : Suse SE11SP3 Openssl : 0.9.8j <-which comes with original Suse linux Web Server : Apache httpd 2.2.9 Here is limitation I have. I cannot use zypper or rpm because company security policy does not allow me to do it. It is absurd, this is how it goes here. Another limitation I have is this system is used by other web servers which I don't have permission. I have

How to upgrade openssl 0.9.8 to 1.0.2 with mod_ssl in Apache 2.2.9

血红的双手。 提交于 2019-12-04 17:36:56
I am asked to recompile mo_ssl with openssl 1.0.2 in SuseSE11SP3. However, I am a newbie to Suse, but know a little bit of linux. OS : Suse SE11SP3 Openssl : 0.9.8j <-which comes with original Suse linux Web Server : Apache httpd 2.2.9 Here is limitation I have. I cannot use zypper or rpm because company security policy does not allow me to do it. It is absurd, this is how it goes here. Another limitation I have is this system is used by other web servers which I don't have permission. I have to make it as locally as possible. What I want it to happen is that when I recompile apache server, I

How to force Apache 2.2 to send the full certificate chain?

好久不见. 提交于 2019-12-04 12:02:50
问题 We are using Apache 2.2.25 with mod_ssl in the reverse proxy mode using mod_proxy . It has a server certificate we use for testing purposes, issued by GoDaddy. There are 3 certificates in the chain, server cert -> GoDaddy intermediate CA -> GoDaddy Root CA . The intermediate CA ( Go Daddy Secure Certificate Authority - G2 ) is not always found in clients' list of trusted CA. The SSL connection to the server works well for browsers (at least for some), but not for some other clients. We

Apache - Invalid command 'SSLMutex'

好久不见. 提交于 2019-12-03 08:17:25
问题 I am in the process of upgrading Apache version from 2.0 to 2.4. After 2.4 installed, I have faced below issue. Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configuration AH00526: Syntax error on line 77 of /apache/conf/ssl.conf: The line #77 in ssl.conf is SSLMutex file:/apache/logs/ssl_mutex . I have loaded mod_ssl and along with I have loaded below mod also but still I could not fix this. LoadModule authn_core_module modules/mod_authn

How to force Apache 2.2 to send the full certificate chain?

烂漫一生 提交于 2019-12-03 06:59:09
We are using Apache 2.2.25 with mod_ssl in the reverse proxy mode using mod_proxy . It has a server certificate we use for testing purposes, issued by GoDaddy. There are 3 certificates in the chain, server cert -> GoDaddy intermediate CA -> GoDaddy Root CA . The intermediate CA ( Go Daddy Secure Certificate Authority - G2 ) is not always found in clients' list of trusted CA. The SSL connection to the server works well for browsers (at least for some), but not for some other clients. We noticed that our server does not send the full certificate chain, by using the following command: openssl s

ssl_error_rx_record_too_long and Apache SSL [closed]

三世轮回 提交于 2019-11-26 21:24:24
I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long They're getting this error on all browsers, all platforms. I can't reproduce the problem at all. My server and myself are located in the USA, the customer is located in India. I googled on the problem, and the main source seems to be that the SSL port is speaking in HTTP. I checked my server, and this is not happening. I tried the solution mentioned here , but the customer has stated it did not fix the issue. Can anyone tell me how I can fix this, or how I can reproduce this???

ssl_error_rx_record_too_long and Apache SSL [closed]

北城余情 提交于 2019-11-26 06:57:34
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I\'ve got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long They\'re getting this error on all browsers, all platforms. I can\'t reproduce the problem at all. My server and myself are located in the USA, the customer is located in India. I googled on the