This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dnat http2https

Hello there...
i want to configure a DNAT for HTTP 2 HTTPS...

an additional external IP Adress is DNATed on an internal ... HTTPS

the internal IP only listen on HTTPS
and i want to redirect the external HTTP Traffic to the internal HTTPS did this work??

thanks 
Steve


This thread was automatically locked due to age.
Parents
  • Yes.  You may be able to make a single rule:
    'Any -> [Services Group with HTTP & HTTPS] -> [Add'l External Address] : DNAT to [Internal host] with HTTPS'.

    It may not be true anymore, but, in the past, we had problems with DNATting HTTPS to HTTPS.  Our habit is to make separate rules for HTTP and HTTPS.   For HTTPS, we do:
    'Any -> HTTPS -> [Add'l External Address] : DNAT to [Internal host]' (leave 'Destination Service' empty).

    CHeers - Bob
Reply
  • Yes.  You may be able to make a single rule:
    'Any -> [Services Group with HTTP & HTTPS] -> [Add'l External Address] : DNAT to [Internal host] with HTTPS'.

    It may not be true anymore, but, in the past, we had problems with DNATting HTTPS to HTTPS.  Our habit is to make separate rules for HTTP and HTTPS.   For HTTPS, we do:
    'Any -> HTTPS -> [Add'l External Address] : DNAT to [Internal host]' (leave 'Destination Service' empty).

    CHeers - Bob
Children