Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

SSL Letsencrypt auto renew problem

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Locked
  • Print view
Advanced search
2 posts • Page 1 of 1
tecgurus
Posts: 3
Joined: Sat Jun 19, 2021 2:50 am

Os: CentOS 6x
Web: apache + nginx
SSL Letsencrypt auto renew problem

Post by tecgurus » Sat Jun 19, 2021 2:56 am

I'm using proxy_pass with SSL Letsencrypt (auto renew) api.domain.com.nginx.ssl.conf with 2 configurations like this, port 8888 i have a Java Spring Boot application:

Code: Select all

location / {
        proxy_pass      http://134.209.170.XXX:8888;
        
location @fallback {
        proxy_pass      http://134.209.170.XXX:8888;
        
This works fine with the redirect request from api.domain.com.... to the spring boot app but i dont know why this configuration is losed and changed to https with different port #####, i think this occurs when my letsencrypt certbot renew the certificate, is there any way to avoid this change to default values ? or other way to avoid manual configuration each certain time.

Thanks a lot
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: SSL Letsencrypt auto renew problem

Post by skurudo » Wed Jul 14, 2021 10:03 am

To one topic:
viewtopic.php?f=10&t=20546&p=84461#p84461
Top


Locked
  • Print view

2 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password