Server has a weak ephemeral Diffie-Hellman public key, ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY , error yang saya kasih bold merupakan error yang sering di jumpai ketika software browser komputer menggunakan chrome ataupun firefox versi lawas (Out of date), biasanya ketika masuk ke situs yang ber alamatkan https akan muncul error tersebut, dan stuck sampai di situ.
Untuk mengatasinya kita hanya perlu menambahkan beberapa syntac bypass, di properties exe google chrome
Catatan : Google-chrome harus dalam posisi close tidak sedang terbuka
Untuk Versi Chrome Linux :
1. Klik kanan pada aplikasi google chrome
2. Pada command tambahkan perintah berikut : --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013
3. Nanti jadinya akan seperti ini : /usr/bin/google-chrome-stable %U --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013
Untuk Versi Chrome Windows :
1. C:\Program\ Files\ (x86)\Google\Application\chrome.exe --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013
Atau bisa melalui cmd dengan level administrator
2. open /Applications/Google\ Chrome.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013
3. Enter
Untuk Versi Chrome Mac :
1.Buka sheell
2. open /Applications/Google\ Chrome\ Canary.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013
3. Enter
Untuk Firefox :
1. Buka aplikasi firefox
2. ketik di address bar : about:config
3. Cari security.ssl3.dhe_rsa_aes_128_sha dan security.ssl3.dhe_rsa_aes_256_sha
4. Set menjadi : false
Semoga bermanfaat
Post a Comment