There is a very useful way: set:
$this->app['request']->server->set('HTTPS','on');
instead of:
URL::forceScheme('https');
only this can slove the page link http to https. when use proxy.