[jboss-jira] [JBoss JIRA] (AS7-3009) Having a https connector places WS endpoint at wrong address
Nicklas Karlsson (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Dec 14 08:50:11 EST 2011
[ https://issues.jboss.org/browse/AS7-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650885#comment-12650885 ]
Nicklas Karlsson commented on AS7-3009:
---------------------------------------
I created my connector with /subsystem=web/connector=https:add(socket-binding=https, scheme=https, protocol="HTTP/1.1", ssl = {"name"=>"ssl", "key-alias"=>"jbossas7", "password"=>"jbossas7","certificate-key-file"=>"c:/users/karlsnic/jbossas7.keystore"})
I wasn't able to reproduce the issue on my current AS running on :80, though.
> Having a https connector places WS endpoint at wrong address
> ------------------------------------------------------------
>
> Key: AS7-3009
> URL: https://issues.jboss.org/browse/AS7-3009
> Project: Application Server 7
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 7.1.0.Beta1
> Reporter: Nicklas Karlsson
> Assignee: Jim Ma
>
> If I have a https connector defined on 8443, my endpoint ends up at
> <wsdl:service name="WebMarelaServerWebServiceService">
> <wsdl:port binding="tns:WebMarelaServerWebServiceServiceSoapBinding" name="WebMarelaServerWebServicePort">
> <soap:address location="http://localhost:8443/OSTi-L/WebMarelaServerWebService"/>
> </wsdl:port>
> </wsdl:service>
> Why does it pick https as default? And if it does default to security, it should be https://
> If I comment out the https connector it ends up at http://...:8080 where it should be
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list