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

Certificate #3

Open
oximer opened this issue Dec 12, 2017 · 3 comments
Open

Certificate #3

oximer opened this issue Dec 12, 2017 · 3 comments

Comments

@oximer
Copy link

oximer commented Dec 12, 2017

javax.net.ssl.SSLException: Certificate for <rocket-gam.labbs.com.br> doesn't match common name of the certificate subject: 201.33.152.55
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:173)
at org.apache.http.conn.ssl.BrowserCompatHostnameVerifier.verify(BrowserCompatHostnameVerifier.java:61)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:141)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:114)
at org.apache.http.conn.ssl.SSLSocketFactory.verifyHostname(SSLSocketFactory.java:580)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:554)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:412)

@chkal
Copy link
Owner

chkal commented Dec 12, 2017

Looks like a SSL problem with the server...

@oximer
Copy link
Author

oximer commented Dec 12, 2017

If you access the website rocket-gam.labbs.com.br, the certificate has *.labbs.com.br as common name. Thus, I don't see any issue.

@chkal
Copy link
Owner

chkal commented Dec 13, 2017

Maybe that verifier doesn't work well with wildcard certificates? Not sure about that. I guess you have to check out the code and experiment with it yourself. I currently don't find much time to work on this any more. However, pull requests are welcome.

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