Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-28, 14:45:52

Author Topic: SSL jadi not trusted di nginx proxy  (Read 10599 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SSL jadi not trusted di nginx proxy
« Reply #15 on: 2015-04-21, 15:41:32 »
Pak, Kalo pake nginx proxy jadi UNTRUSTED statusnya :(

Trusted by Microsoft?    No (unable to get local issuer certificate)    UNTRUSTED
Trusted by Mozilla?    No (unable to get local issuer certificate)    UNTRUSTED
Nginx dan nginx-proxy memang akan sama hasilnya karena nginx berada di-depan (alias yang berhubungan dengan ssl).

Coba copy file defaults.conf.tpl ke custom.defaults.conf.tpl dan domains.conf.tpl ke custom.domains.conf.tpl di /opt/configs/nginx/tpl. Setelah itu ubah semua baris yang belum '#ssl_ciphers' (masih 'ssl_ciphers') ke '#ssl_ciphers'. Setelah itu, jalankan 'sh /script/fixweb; sh /script/restart-web -y'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #16 on: 2015-04-21, 16:17:21 »
maksudnya custom.defaults.conf.tpl nya bikin baru?
cz di tkp gk ada pak
Code: [Select]
[root@property tpl]# ls
cgi-bin.php  defaults.conf.tpl  domains.conf.tpl
[root@property tpl]#

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SSL jadi not trusted di nginx proxy
« Reply #17 on: 2015-04-21, 16:22:04 »
Kan maksudnya custom.defaults.conf.tpl di-copy dari defaults.conf.tpl.

Ini 'aturan' di Kloxo-MR bahwa file yang didepan nama ditambah 'custom.' akan dibaca daripada file asalnya.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #18 on: 2015-04-21, 16:56:35 »
Pak, masih untrusted

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SSL jadi not trusted di nginx proxy
« Reply #19 on: 2015-04-21, 17:16:38 »
Saya pikir masalahnya hanya di ssl_ciphers itu karena pengaturan lain setara dengan yang di apache.

Setelah diubah kedua file custom itu kemudian dilanjutkan dengan fixweb dan restart-web?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #20 on: 2015-04-26, 05:00:17 »
Ia pak sudah saya lakukan tapi masih tetep
ini saya lampirkan kedua costumnya hasil editan saya pak. apakah benar begini maksudnya?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SSL jadi not trusted di nginx proxy
« Reply #21 on: 2015-04-26, 05:13:18 »
Ya sudah benar, tapi coba juga ubah:
Code: [Select]
ssl_prefer_server_ciphers on;
ke:
Code: [Select]
ssl_prefer_server_ciphers off;
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #22 on: 2015-04-26, 07:08:36 »
masih untrusted pak
Code: [Select]
https://sslanalyzer.comodoca.com/?url=theide.org

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SSL jadi not trusted di nginx proxy
« Reply #23 on: 2015-04-26, 07:18:36 »
Apa anda sudah jalankan fixweb dan restart-web setelah ubah custom file tersebut?
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #24 on: 2015-04-26, 07:21:05 »
sudah pak, saya jalankan

sh /script/fixweb; sh /script/restart-web -y

hasilnya sih ok smua, tp ttp untrusted

Offline ar1246

  • Senior Member
  • *
  • Posts: 271
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Web Hosting | Web Design Murah
Re: SSL jadi not trusted di nginx proxy
« Reply #25 on: 2015-04-26, 08:01:57 »
Lapor
saya reinstall nginx, trus convert ke tangine
pake nginx = ok
Pake  nginx proxy = ok

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.044 seconds with 18 queries.

web stats analysis