Hi,
APEX version 20.2, Chrome 87.0.4280.88.
Some days back (I guess with chrome version update) I started to get number of Chrome warnings
"The information you’re about to submit is not secure"
working on Oracle APEX (e.g. logging into workspace). This behavior is not present on Mozilla on same site.
Rest of setup:
ORDS 20.3 (Standalone)
Apache webserver as front
SSL (with let's encrypt certificate)
APACHE config:
--------------------------------------------------------
<VirtualHost *:443>
RewriteEngine on
ServerName ........
<Location />
Require ip .......
</Location>
<Location /ords>
ProxyPass http://10.0.2.25:9080/ords
ProxyPassReverse http://10.0.2.25:9080/ords
ProxyPreserveHost On
RequestHeader unset Origin
RequestHeader set X-Forwarded-Proto "https" env=HTTPS
</Location>
Alias /i /var/www/html/apex202images
DocumentRoot /var/www/html/novadev
RemoteIPHeader X-Forwarded-For
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/.....
SSLCertificateKeyFile /etc/letsencrypt/live/.....
SSLCertificateChainFile /etc/letsencrypt/live/......
</VirtualHost>
-------------------------------------------------------
has anyone seen similar situation ? Or have any idea, what I am doing wrong ?
Thanks in advance.
Sincerely
Maris