# WebrootController could not be found with HTTPS

**URL:** https://discourse.cakephp.org/t/webrootcontroller-could-not-be-found-with-https/3561
**Category:** Need Help
**Created:** [November 23, 2017, 8:28am UTC](https://discourse.cakephp.org/t/webrootcontroller-could-not-be-found-with-https/3561 "2017-11-23T08:28:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JudGer](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@JudGer](https://discourse.cakephp.org/u/JudGer)
#### Post date: [November 23, 2017, 8:28am UTC](https://discourse.cakephp.org/t/webrootcontroller-could-not-be-found-with-https/3561/1 "2017-11-23T08:28:25Z")

</div>

Hi there,

after deploying my application to my webspace everything went fine. But as soon as I switch to HTTPS the following error occurs:

```
WebrootController could not be found

```

I’m using untouched .htaccess files in / and /webroot/ and settings for paths in app.php are also default.

Does anyone have an idea about this problem? Currently I’m pretty helpless, because over HTTP everything works fine.

Greetings  
JudGer

---

<div class="post-metadata">

### Author: ![JudGer](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@JudGer](https://discourse.cakephp.org/u/JudGer)
#### Post date: [November 23, 2017, 2:09pm UTC](https://discourse.cakephp.org/t/webrootcontroller-could-not-be-found-with-https/3561/2 "2017-11-23T14:09:52Z")

</div>

Sorry, I fixed the problem by myself. Using Plugin “CakeDC/Intl” is causing some issues. You have to remove “use” in line 14 in [this file](https://github.com/CakeDC/Intl/blob/master/src/IntlGregorianCalendar.php)
