Dear all !
Now I'm setting OTRS helpdesk system, and I would like to change http to https . I modified the configuration at "SysConfig => Framework => Core => Http type " as user guide but it's not successful. System keep connect to http as usual so I need your help to do it .
Thank you !
Change HTTP => HTTPS
Moderator: crythias
Re: Change HTTP => HTTPS
you need to configure your webserver (apache) also to https
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Change HTTP => HTTPS
I tried several guide ( config SSL on apache ) but it's not successful 

-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Change HTTP => HTTPS
as jojo said: it's not an OTRS issue, it's webserver config issue
if you share your setup with us, some could probably help
For example in my case: I'm running OTRS on openSuSE and theres is a lot of howtos
if you share your setup with us, some could probably help
For example in my case: I'm running OTRS on openSuSE and theres is a lot of howtos
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: Change HTTP => HTTPS
I have recently configured a new VM and implemented it.
Read the Apache Howtos regarding mod_rewrite and about listen.conf. This should give you a clue in addition to SSL man, etc.
Read the Apache Howtos regarding mod_rewrite and about listen.conf. This should give you a clue in addition to SSL man, etc.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Re: Change HTTP => HTTPS
I change http to https successful
by re-config apache service 
I can access to OTRS at : https://myserver:443/ successful
but when I access at port 80 ( http://myserver/ ) , it notices this issue:


I can access to OTRS at : https://myserver:443/ successful
but when I access at port 80 ( http://myserver/ ) , it notices this issue:
Could some one help me to re-direct all http to https ?Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Hint: https://myserver/
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: Change HTTP => HTTPS
Have a look at mod_rewrite and how to use it.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems