OIDC plugin installation fails behind HTTP proxy

Manuel Haim haim at hrz.uni-marburg.de
Wed Jul 21 09:34:36 UTC 2021


Filed as a bug:
https://issues.shibboleth.net/jira/browse/IDP-1838


Am 21.07.21 um 11:16 schrieb Manuel Haim via users:
> Dear Scott,
> 
> after some debugging, I found that the custom HttpClient is never handed 
> over from net.shibboleth.idp.installer.plugin.impl.PluginInstaller to 
> net.shibboleth.idp.installer.plugin.impl.PluginState .
> 
> In PluginInstaller.java, adding the code line
> state.setHttpClient(httpClient);
> 
> before the code line
> state.initialize();
> 
> fixed the problem for me. I will file a bug for the plugin installer of 
> IdP 4.1.2 in JIRA.
> 
> Kind regards,
> Manuel
> 
> 
> net.shibboleth.idp.installer.plugin.impl.PluginInstaller
> 
> Am 03.06.21 um 15:40 schrieb Cantor, Scott:
>> I just tested this, proxying it works fine.
>>
>>      <bean id="myHttpClient" parent="shibboleth.HttpClientFactory"
>>          p:connectionProxyHost="redacted"
>>          p:connectionProxyPort="80" />
>>
>> Command was just idp/bin/plugin.sh -hc myHttpClient <pluginfile> 
>> ./beanfile.xml
>>
>> -- Scott
>>
>>


More information about the users mailing list