Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: httpd-ssl.conf / http2 showing errors |
|
Author |
|
jfha73
Joined: 18 Aug 2011 Posts: 62 Location: New York
|
Posted: Wed 04 Nov '15 19:17 Post subject: httpd-ssl.conf / http2 showing errors |
|
|
Hey guys,
I just unchecked the Include line for SSL using the original httpd-ssl.conf file and I'm getting errors like this:
Code: | AH00526: Syntax error on line 52 of D:/Apache24/conf/extra/httpd-ssl.conf:
Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration |
Again, I'm using the original file, I have not changed anything on it other than my path (D: drive instead of C: drive)
I'm using httpd 2.4.17 x64.
Any ideas? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 04 Nov '15 19:40 Post subject: |
|
|
looks like mod_ssl is not loaded |
|
Back to top |
|
jfha73
Joined: 18 Aug 2011 Posts: 62 Location: New York
|
Posted: Wed 04 Nov '15 20:18 Post subject: mod_http2 with SSL |
|
|
correct, but now that it is loaded all I'm getting is a message saying:
Code: | This webpage is not available
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY |
Or in case of Firefox, nothing shows.
I'm trying mod_http2 on Windows, but as my short experience with it, it needs mod_ssl loaded too, that's why ERR_SPDY is showing.
I also added:
Code: | <IfModule http2_module>
ProtocolsHonorOrder On
Protocols h2 http/1.1
</IfModule>
|
To my httpd.conf (lines that are not in the original httpd.conf
Any ideas?
FYI: I have it loaded and working on Linux, but on windows, no success so far.
Thanks |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 04 Nov '15 21:04 Post subject: |
|
|
If you point your browser at a h2 server with inappropriate ciphers, you will get the obscure warning like INADEQUATE_SECURITY and the browser will simply refuse to continue.
Try the advised/recommended cypher suites to be used at https://www.apachelounge.com/viewtopic.php?p=31842 |
|
Back to top |
|
jfha73
Joined: 18 Aug 2011 Posts: 62 Location: New York
|
Posted: Wed 04 Nov '15 21:29 Post subject: |
|
|
I had forgotten about the ciphers, thanks that worked. |
|
Back to top |
|
|
|
|
|
|