Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 2818 compliance #159

Open
jbasney opened this issue Sep 16, 2016 · 1 comment
Open

RFC 2818 compliance #159

jbasney opened this issue Sep 16, 2016 · 1 comment

Comments

@jbasney
Copy link
Contributor

jbasney commented Sep 16, 2016

Is JGlobus compatible with https://docs.globus.org/security-bulletins/2015-12-strict-mode? I just received the following error message that I think indicates JGlobus is not doing the required subjectAltName checking:

Authentication failed. Caused by Failure unspecified at GSS-API level. Caused by GSSException: Operation unauthorized (Mechanism level: [JGLOBUS-56] Authorization failed. Expected "/CN=host/140.221.68.253" target but received "/DC=org/DC=opensciencegrid/O=Open Science Grid/OU=Services/CN=dtn11.alcf.anl.gov")
at org.globus.gsi.gssapi.GlobusGSSContextImpl.initSecContext(GlobusGSSContextImpl.java:1079)
at org.globus.ftp.extended.GridFTPControlChannel.authenticate(GridFTPControlChannel.java:209)
at stork.module.CooperativeModule$ControlChannel.<init>(CooperativeModule.java:248)
at stork.module.CooperativeModule$ChannelPair.<init>(CooperativeModule.java:458)
at stork.module.CooperativeModule$StorkFTPClient.<init>(CooperativeModule.java:946)
at stork.module.CooperativeModule$GridFTPTransfer.process(CooperativeModule.java:1336)
at stork.module.CooperativeModule$GridFTPTransfer.run(CooperativeModule.java:1679)
at java.lang.Thread.run(Thread.java:745)
@bbockelm
Copy link
Contributor

Hi Jim,

To the best of my knowledge, jglobus is not RFC 2818 compatible. I recall someone opening a ticket about starting down the path of supporting subjectAltName, but don't recall anything past discussions.

Brian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants