Results 1 to 5 of 5
Thread: Apache2: SSL
Hybrid View
-
1st November 2020 17:11 #1
Apache2: SSL
. . , SSL , Apache2 :
Apache2 SSL :Code:[ssl:error] [pid 19686] [remote 104.22.54.150:443] AH01961: SSL Proxy requested for IP:80 but not enabled [Hint: SSLProxyEngine] [proxy:error] [pid 19686] AH00961: HTTPS: failed to enable ssl support for 104.22.54.150:443
, .<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName 12345.com
ServerAlias www.12345.com
SSLEngine On
SSLProxyEngine On
Include /etc/letsencrypt/options-ssl-apache.conf
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location />
ProxyPass http://IP:Port/
ProxyPassReverse http://IP:Port/
</Location>
SSLCertificateFile /etc/letsencrypt/live/12345.com-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/12345.com-0001/privkey.pem
</VirtualHost>Last edited by Gastly; 1st November 2020 at 17:11.
HP Omen 15 [ Intel Core i7-8750H 4.10GHz | 16GB DDR4 | NVIDIA GeForce RTX 2060 ] | Steam | Rockstar Social Club | Uplay: Ou71and3r
-
1st November 2020 20:49 #2Registered User
Join Date: Sep:2009
Location: Bulgaria
Posts: 969
Location-a ?Code:SSLProxyEngine On ProxyPass http://IP:Port/ ProxyPassReverse http://IP:Port/
Code:apachectl configtest
Last edited by hunter86_bg; 1st November 2020 at 20:51.
-
2nd November 2020 09:02 #3HP Omen 15 [ Intel Core i7-8750H 4.10GHz | 16GB DDR4 | NVIDIA GeForce RTX 2060 ] | Steam | Rockstar Social Club | Uplay: Ou71and3r
-
2nd November 2020 14:07 #4Registered User
Join Date: Aug:2016
Location:
Posts: 86
https://forum.odroid.com/viewtopic.p...26808&p=187678
..Code:ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/
-
2nd November 2020 14:27 #5Registered User
Join Date: Oct:2013
Location: GB
Posts: 340
null
Last edited by gan4o; 2nd November 2020 at 14:44.




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in