Emoticons not working it is pointing to http instead of https
When i add emoticon and save it in logs i see it is directing to "http" while my base URL is https://xxxxxx:8443
http://xxxxxxx:8443/emoticons/star_red.svg
CURRENT OUR CONFLUENCE VESRION :6.14.1
vim server.xml:
vim /etc/httpd/conf.d/server.xml
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]<VirtualHost *:443>
ProxyPreserveHost On
ProxyRequests Off
ServerName confluence.com
ServerAlias confluence.com
SSLEngine On
SSLCertificateFile /app/scm.pem
SSLCertificateKeyFile /app/scm.key
Redirect Permanent / https://xxxxxxx:8443/
Redirect Permanent /synchrony https://xxxxxx:8443/synchrony
</VirtualHost>
server.xm land httpd config.
vim server.xml:
vim /etc/httpd/conf.d/server.xml
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]<VirtualHost *:443>
ProxyPreserveHost On
ProxyRequests Off
ServerName confluence.com
ServerAlias confluence.com
SSLEngine On
SSLCertificateFile /app/scm.pem
SSLCertificateKeyFile /app/scm.key
Redirect Permanent / https://xxxxxxx:8443/
Redirect Permanent /synchrony https://xxxxxx:8443/synchrony
</VirtualHost>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.