The Following 2 Users Say Thank You to Maemish For This Useful Post: | ||
|
2019-12-29
, 00:03
|
Posts: 10 |
Thanked: 13 times |
Joined on Dec 2019
@ Australia
|
#62
|
The Following User Says Thank You to oldnumpty For This Useful Post: | ||
|
2019-12-29
, 05:09
|
Posts: 256 |
Thanked: 939 times |
Joined on Jun 2014
@ Finland
|
#63
|
The Following 4 Users Say Thank You to Koiruus For This Useful Post: | ||
|
2019-12-31
, 12:07
|
Posts: 10 |
Thanked: 13 times |
Joined on Dec 2019
@ Australia
|
#64
|
The Following 3 Users Say Thank You to oldnumpty For This Useful Post: | ||
|
2020-03-29
, 15:35
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#65
|
|
2020-03-29
, 17:29
|
|
Posts: 1,718 |
Thanked: 4,764 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#66
|
The Following User Says Thank You to Maemish For This Useful Post: | ||
|
2020-03-29
, 19:30
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#67
|
Would it be possible to get this shown in screenshots how to and what and exactly where, instead of just "set the proxy in connection settings to"?
|
2020-03-30
, 18:49
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#68
|
server { listen 80; server_name localhost; location / { resolver 127.0.0.1; #proxy_pass https://$host:443; proxy_pass https://$host$request_uri; #proxy_set_header Host $http_host; proxy_set_header Accept-Encoding ""; proxy_redirect https:// http://; sub_filter_once off; sub_filter_types *; sub_filter "https://" "http://"; #sub_filter "https://$host" "http://$host"; } }
sudo gainroot cd /opt/nginx ./nginx
server { listen 443; return 301 http://$host$request_uri; }
The Following 10 Users Say Thank You to Halftux For This Useful Post: | ||
|
2020-03-31
, 06:22
|
|
Posts: 1,718 |
Thanked: 4,764 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#69
|
|
2020-03-31
, 13:16
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#70
|
chrome://pippki/content/certManager.xul
about:config
user_pref("security.enable_ssl3", false); user_pref("security.ssl3.rsa_fips_with_3des_ede_cbc_sha", false); user_pref("security.ssl3.ecdh_ecdsa_rc4_128_sha", false); user_pref("security.ssl3.ecdh_rsa_rc4_128_sha", false); user_pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false); user_pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false); user_pref("security.ssl3.rsa_rc4_128_md5", false); user_pref("security.ssl3.rsa_rc4_128_sha", false);
"I don't know how but I can try!" (active)
Master of not knowing (active)
For me it is possible to get lost in any case (active)
Learning to fall from high (DONE)
Learning to code with BASIC (WIP)