Forum Discussion

Lobak_187587's avatar
Lobak_187587
Icon for Nimbostratus rankNimbostratus
May 26, 2015

irules for inotes with https redirect

2 domino mails with inotes configures http to https redirect

 

I tried below irules without success.

 

when HTTP_REQUEST {

 

if { [HTTP::host] equals "dominomail.domain.com"} {

 

HTTP::redirect "https://[HTTP::host][HTTP::uri]"

 

}

 

}

 

Without irules and https redirect on inotes, I was able to open its web page. Any suggestion to tackle this issue?

 

5 Replies

  • with httpfox, error row as below

    02:08:57.51313.3425370GET(Error)NS_ERROR_CONNECTION_REFUSEDhttps://dominomail.domain.com/

    Do i need to put dominomail in live dns server? Because currently, I only put it on my host file.

  • I tried setting on DNS IP for dominomail.domain.com but still did not work.

     

    It just loads for a few seconds then redirected to https but still not displaying inotes page.

     

  • It just loads for a few seconds then redirected to https but still not displaying inotes page.

     

    doesn't it mean the problem now is not redirection?